Created
August 6, 2015 21:43
-
-
Save johntfoster/b64d53c0f417a4c94162 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| From 6f872ba6434538944f34cb91d87a99ddc0f55f23 Mon Sep 17 00:00:00 2001 | |
| From: John Foster <[email protected]> | |
| Date: Thu, 6 Aug 2015 16:38:31 -0500 | |
| Subject: [PATCH] Patch commit for missing <limits> header | |
| --- | |
| .../libraries/ioss/src/exo_par/Iopx_DatabaseIO.C | 1 + | |
| 1 files changed, 1 insertions(+), 0 deletions(-) | |
| diff --git a/packages/seacas/libraries/ioss/src/exo_par/Iopx_DatabaseIO.C b/packages/seacas/libraries/ioss/src/exo_par/Iopx_DatabaseIO.C | |
| index 2aa877b..513ca49 100644 | |
| --- a/packages/seacas/libraries/ioss/src/exo_par/Iopx_DatabaseIO.C | |
| +++ b/packages/seacas/libraries/ioss/src/exo_par/Iopx_DatabaseIO.C | |
| @@ -66,6 +66,7 @@ | |
| #include <string> | |
| #include <utility> | |
| #include <vector> | |
| +#include <limits> | |
| #include "Ioss_CoordinateFrame.h" | |
| #include "Ioss_CommSet.h" | |
| -- | |
| 1.7.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment