Browse Source

Merge pull request #1547 from SuslikV/patch-9

decklink: Add declaration file for integer types
Jim 7 years ago
parent
commit
494a37ec74
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/decklink/decklink-device.hpp

+ 1 - 0
plugins/decklink/decklink-device.hpp

@@ -5,6 +5,7 @@
 #include <map>
 #include <string>
 #include <vector>
+#include <stdint.h>
 
 class DeckLinkDevice {
 	ComPtr<IDeckLink>                         device;