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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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