]> git.sesse.net Git - nageru/commitdiff
Make header files individually compilable.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Mar 2024 13:34:05 +0000 (14:34 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 1 Mar 2024 13:35:42 +0000 (14:35 +0100)
nageru/decklink_util.h
nageru/queue_length_policy.h

index cbc012a6a4031a5f38b8982d554a42c1c5ad7f3d..8539c22cbf32c9c5ac462fa817735b56e3c6bde7 100644 (file)
@@ -6,6 +6,8 @@
 #include <map>
 
 #include "bmusb/bmusb.h"
+#include "DeckLinkAPI.h"
+#include "DeckLinkAPITypes.h"
 
 class IDeckLinkDisplayModeIterator;
 
index 0b8a4204fbcf7893d9f323ac6808fb7d66b04824..d5a77cc42b7121f2318cc948465def0d8715a838 100644 (file)
@@ -2,6 +2,9 @@
 #define _QUEUE_LENGTH_POLICY_H 1
 
 #include <atomic>
+#include <chrono>
+#include <deque>
+#include <set>
 #include <string>
 #include <utility>
 #include <vector>