Skip to content

Commit

Permalink
Merge pull request #1006 from aschnell/master
Browse files Browse the repository at this point in the history
- added include statements (for gcc15)
  • Loading branch information
aschnell authored Jan 20, 2025
2 parents d45d13c + 3382fc3 commit 53a10fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion storage/FreeInfo.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) [2004-2010] Novell, Inc.
* Copyright (c) [2016-2021] SUSE LLC
* Copyright (c) [2016-2025] SUSE LLC
*
* All Rights Reserved.
*
Expand All @@ -26,6 +26,7 @@


#include <libxml/tree.h>
#include <cstdint>
#include <ostream>


Expand Down
3 changes: 2 additions & 1 deletion storage/Storage.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (c) [2014-2015] Novell, Inc.
* Copyright (c) [2016-2023] SUSE LLC
* Copyright (c) [2016-2025] SUSE LLC
*
* All Rights Reserved.
*
Expand All @@ -25,6 +25,7 @@
#define STORAGE_STORAGE_H


#include <cstdint>
#include <string>
#include <vector>
#include <map>
Expand Down
4 changes: 2 additions & 2 deletions storage/UsedFeatures.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) [2016-2022] SUSE LLC
* Copyright (c) [2016-2025] SUSE LLC
*
* All Rights Reserved.
*
Expand All @@ -24,7 +24,7 @@
#define STORAGE_USED_FEATURES_H


#include <stdint.h>
#include <cstdint>
#include <string>


Expand Down
4 changes: 2 additions & 2 deletions storage/Utils/CallbacksImpl.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) [2018-2023] SUSE LLC
* Copyright (c) [2018-2025] SUSE LLC
*
* All Rights Reserved.
*
Expand All @@ -24,7 +24,7 @@
#define STORAGE_CALLBACKS_IMPL_H


#include <stdint.h>
#include <cstdint>

#include "storage/Utils/Callbacks.h"
#include "storage/Actions/Base.h"
Expand Down

0 comments on commit 53a10fa

Please sign in to comment.