blob: 8487d775552a53175d1df58c64a5866d8b1afa18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- 3rdparty/stout/include/stout/jsonify.hpp.old 2017-10-30 15:20:40.570209658 -0600
+++ 3rdparty/stout/include/stout/jsonify.hpp 2017-10-30 15:19:27.566873078 -0600
@@ -14,7 +14,7 @@
#define __STOUT_JSONIFY__
#ifndef __WINDOWS__
-#include <xlocale.h>
+#include <locale.h>
#endif // __WINDOWS__
#include <clocale>
|