Merge pull request #1547 from SuslikV/patch-9

decklink: Add declaration file for integer types
This commit is contained in:
Jim 2018-12-06 12:02:04 -08:00 committed by GitHub
commit 494a37ec74
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;