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..ca890c669d49 --- /dev/null +++ b/astro/xplanet/files/patch-src_readConfig.cpp @@ -0,0 +1,10 @@ +--- src/readConfig.cpp.orig 2012-03-03 03:20:05 UTC ++++ src/readConfig.cpp +@@ -4,6 +4,7 @@ + #include <fstream> + #include <sstream> + #include <string> ++#include <clocale> + using namespace std; + + #include "body.h" |