Bläddra i källkod

Fix bug where bmem.h wasn't always included

jp9000 11 år sedan
förälder
incheckning
70559b98a0
1 ändrade filer med 1 tillägg och 0 borttagningar
  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"