Browse Source

decklink: Add declaration file for integer types

SuslikV 7 years ago
parent
commit
2c52fe46fb
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;