From 278ab25f2106ed0db12e309e802aefc2ec955ac0 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 9 Mar 2008 22:09:17 +0000 Subject: [PATCH] Win32 fix --- src/Environment/precipitation_mgr.cxx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Environment/precipitation_mgr.cxx b/src/Environment/precipitation_mgr.cxx index b6e6e6e31..d6b802d66 100644 --- a/src/Environment/precipitation_mgr.cxx +++ b/src/Environment/precipitation_mgr.cxx @@ -26,6 +26,10 @@ * */ +#ifdef HAVE_CONFIG_H +# include +#endif + #include #include -- 2.39.5