Browse Source

Fix header

Michael Ragazzon 6 months ago
parent
commit
11b3068ab5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Core/Context.cpp

+ 1 - 1
Source/Core/Context.cpp

@@ -45,9 +45,9 @@
 #include "ScrollController.h"
 #include "StreamFile.h"
 #include <algorithm>
+#include <clocale>
 #include <iterator>
 #include <limits>
-#include <locale>
 
 namespace Rml {