瀏覽代碼

decklink: Make header self-sufficient

jpark37 4 年之前
父節點
當前提交
7e854581a7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      plugins/decklink/platform.hpp

+ 1 - 0
plugins/decklink/platform.hpp

@@ -1,6 +1,7 @@
 #pragma once
 
 #if defined(_WIN32)
+#include <combaseapi.h>
 #include <DeckLinkAPI.h>
 #include "win/decklink-sdk/DeckLinkAPIVersion.h"
 typedef BOOL decklink_bool_t;