Browse Source

obs-text: add missing locale include to fix build

PR 2079 added localization but forgot the needed include
Manuel Kroeber 6 years ago
parent
commit
3773c7cc31
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/obs-text/gdiplus/obs-text.cpp

+ 1 - 0
plugins/obs-text/gdiplus/obs-text.cpp

@@ -8,6 +8,7 @@
 #include <algorithm>
 #include <string>
 #include <memory>
+#include <locale>
 
 using namespace std;
 using namespace Gdiplus;