]> git.sesse.net Git - nageru/blobdiff - decklink_capture.h
Re-run include-what-you-use.
[nageru] / decklink_capture.h
index 0a9c37b0494539c3cc5c3bc3f8964793cefa6a77..05eb4a8d29a027b2e5725a93710b8b80b16219c5 100644 (file)
@@ -5,12 +5,17 @@
 #include <stdint.h>
 #include <atomic>
 #include <functional>
+#include <map>
+#include <memory>
 #include <string>
 
+#include "DeckLinkAPIModes.h"
+#include "DeckLinkAPITypes.h"
+#include "LinuxCOM.h"
 #include "bmusb/bmusb.h"
 
 class IDeckLink;
-class IDeckLinkDisplayMode;
+class IDeckLinkConfiguration;
 
 // TODO: Adjust CaptureInterface to be a little less bmusb-centric.
 // There are too many member functions here that don't really do anything.