Browse Source

also include bmem.h in the header, minor oversight

jp9000 11 years ago
parent
commit
72633e40a3
2 changed files with 2 additions and 0 deletions
  1. 1 0
      libobs/callback/calldata.h
  2. 1 0
      libobs/obs.h

+ 1 - 0
libobs/callback/calldata.h

@@ -18,6 +18,7 @@
 
 #include <string.h>
 #include "../util/c99defs.h"
+#include "../util/bmem.h"
 
 #ifdef __cplusplus
 extern "C" {

+ 1 - 0
libobs/obs.h

@@ -18,6 +18,7 @@
 #pragma once
 
 #include "util/c99defs.h"
+#include "util/bmem.h"
 #include "graphics/graphics.h"
 #include "graphics/vec2.h"
 #include "media-io/media-io.h"