浏览代码

obs-text: add missing locale include to fix build

PR 2079 added localization but forgot the needed include
Manuel Kroeber 6 年之前
父节点
当前提交
3773c7cc31
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;