Browse Source

obs-text: Update header for ARM64 compile

jpark37 4 years ago
parent
commit
13d8f1127f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/obs-text/gdiplus/obs-text.cpp

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

@@ -3,7 +3,7 @@
 #include <util/util.hpp>
 #include <obs-module.h>
 #include <sys/stat.h>
-#include <windows.h>
+#include <combaseapi.h>
 #include <gdiplus.h>
 #include <algorithm>
 #include <string>