Browse Source

Fix bug where bmem.h wasn't always included

jp9000 11 years ago
parent
commit
70559b98a0
1 changed files with 1 additions and 0 deletions
  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"