diff options
Diffstat (limited to 'astro/xplanet/files/patch-src:readConfig.cpp')
-rw-r--r-- | astro/xplanet/files/patch-src:readConfig.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/xplanet/files/patch-src:readConfig.cpp b/astro/xplanet/files/patch-src:readConfig.cpp new file mode 100644 index 000000000000..809cfa3d87e5 --- /dev/null +++ b/astro/xplanet/files/patch-src:readConfig.cpp @@ -0,0 +1,10 @@ +--- src/readConfig.cpp.orig Mon May 24 09:11:26 2004 ++++ src/readConfig.cpp Mon May 24 09:11:45 2004 +@@ -2,6 +2,7 @@ + #include <fstream> + #include <sstream> + #include <string> ++#include <clocale> + using namespace std; + + #include "body.h" |