From 72d3e86b7691a18ea773101fc2fa5e07457d2ece Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 18 Feb 2006 14:05:47 +0000 Subject: [PATCH] Add missing include files needed by the new math code under windows --- src/FDM/LaRCsim/LaRCsim.cxx | 4 ++++ src/FDM/YASim/YASim.cxx | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/FDM/LaRCsim/LaRCsim.cxx b/src/FDM/LaRCsim/LaRCsim.cxx index 8606b8b9d..64b08061c 100644 --- a/src/FDM/LaRCsim/LaRCsim.cxx +++ b/src/FDM/LaRCsim/LaRCsim.cxx @@ -20,6 +20,10 @@ // // $Id$ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include // strcmp() diff --git a/src/FDM/YASim/YASim.cxx b/src/FDM/YASim/YASim.cxx index c9f51e9c7..b95037dcf 100644 --- a/src/FDM/YASim/YASim.cxx +++ b/src/FDM/YASim/YASim.cxx @@ -1,4 +1,8 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include -- 2.39.5