Преглед изворни кода

Fix bug where bmem.h wasn't always included

jp9000 пре 11 година
родитељ
комит
70559b98a0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      libobs/util/util.hpp

+ 1 - 0
libobs/util/util.hpp

@@ -21,6 +21,7 @@
 #include <string.h>
 #include <stdarg.h>
 
+#include "bmem.h"
 #include "config-file.h"
 #include "text-lookup.h"