From 9b353d3665ecae4243adda9de93f7fcaf73eedfc Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 3 Jun 2003 13:51:21 +0000 Subject: [PATCH] Some compiler fixes --- src/FDM/UIUCModel/uiuc_recorder.cpp | 4 ++++ src/Model/modelmgr.cxx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/FDM/UIUCModel/uiuc_recorder.cpp b/src/FDM/UIUCModel/uiuc_recorder.cpp index 63b521373..62e2c3b4d 100644 --- a/src/FDM/UIUCModel/uiuc_recorder.cpp +++ b/src/FDM/UIUCModel/uiuc_recorder.cpp @@ -84,6 +84,10 @@ **********************************************************************/ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include #include diff --git a/src/Model/modelmgr.cxx b/src/Model/modelmgr.cxx index 432b31862..4175f65bf 100644 --- a/src/Model/modelmgr.cxx +++ b/src/Model/modelmgr.cxx @@ -3,6 +3,10 @@ // // This file is in the Public Domain, and comes with no warranty. +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5