-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trilinos: Add one more patch for missing windows exports (#7534)
Should hopefull allow the windows build of #7383 to go through.
- Loading branch information
Showing
2 changed files
with
20 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,19 @@ | ||
commit 7abc99081dc1abf45c162c99d344419deff79cfa | ||
Author: Keno Fischer <[email protected]> | ||
Date: Sun Oct 15 01:31:52 2023 +0000 | ||
|
||
One more missing teuchos windows export | ||
|
||
diff --git a/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp b/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp | ||
index d228f2b5545..9019282f803 100644 | ||
--- a/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp | ||
+++ b/packages/teuchos/comm/src/Teuchos_StackedTimer.hpp | ||
@@ -218,7 +218,7 @@ protected: | ||
* timer.report(std::cout); // dump to screen | ||
* | ||
*/ | ||
-class StackedTimer | ||
+class TEUCHOSCOMM_LIB_DLL_EXPORT StackedTimer | ||
{ | ||
protected: | ||
|