decklink: Add declaration file for integer types

This commit is contained in:
SuslikV
2018-11-20 20:36:09 +02:00
committed by GitHub
parent e6ac830247
commit 2c52fe46fb

View File

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