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

also include bmem.h in the header, minor oversight

jp9000 пре 12 година
родитељ
комит
72633e40a3
2 измењених фајлова са 2 додато и 0 уклоњено
  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"