-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff --git a/trilinos/packages/teuchos/core/src/Teuchos_BigUInt.hpp b/trilinos/packages/teuchos/core/src/Teuchos_BigUInt.hpp | ||
index 5b6d3c5e..7fbfec7b 100644 | ||
--- a/trilinos/packages/teuchos/core/src/Teuchos_BigUInt.hpp | ||
+++ b/trilinos/packages/teuchos/core/src/Teuchos_BigUInt.hpp | ||
@@ -43,6 +43,7 @@ | ||
#define TEUCHOS_BIG_UINT_HPP | ||
|
||
#include <iostream> | ||
+#include <cstdint> | ||
#include <Teuchos_BigUIntDecl.hpp> | ||
|
||
/*! \file Teuchos_BigUInt.hpp | ||
diff --git a/trilinos/packages/teuchos/core/src/Teuchos_BigUIntDecl.hpp b/trilinos/packages/teuchos/core/src/Teuchos_BigUIntDecl.hpp | ||
index e82e8be9..a51f66cf 100644 | ||
--- a/trilinos/packages/teuchos/core/src/Teuchos_BigUIntDecl.hpp | ||
+++ b/trilinos/packages/teuchos/core/src/Teuchos_BigUIntDecl.hpp | ||
@@ -42,6 +42,7 @@ | ||
#ifndef TEUCHOS_BIG_UINT_DECL_HPP | ||
#define TEUCHOS_BIG_UINT_DECL_HPP | ||
|
||
+#include <cstdint> | ||
#include <iosfwd> | ||
|
||
/*! \file Teuchos_BigUIntDecl.hpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/src/dakota_data_types.hpp b/src/dakota_data_types.hpp | ||
index 8771587..a430d51 100644 | ||
--- a/src/dakota_data_types.hpp | ||
+++ b/src/dakota_data_types.hpp | ||
@@ -21,6 +21,7 @@ | ||
#include <list> | ||
#include <map> | ||
#include <set> | ||
+#include <cstdint> | ||
|
||
namespace Dakota { | ||
|