From 3256213f93385cc56281c616e0347ff5fa2b70ac Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 1 Mar 2024 14:34:05 +0100 Subject: [PATCH] Make header files individually compilable. --- nageru/decklink_util.h | 2 ++ nageru/queue_length_policy.h | 3 +++ 2 files changed, 5 insertions(+) diff --git a/nageru/decklink_util.h b/nageru/decklink_util.h index cbc012a..8539c22 100644 --- a/nageru/decklink_util.h +++ b/nageru/decklink_util.h @@ -6,6 +6,8 @@ #include #include "bmusb/bmusb.h" +#include "DeckLinkAPI.h" +#include "DeckLinkAPITypes.h" class IDeckLinkDisplayModeIterator; diff --git a/nageru/queue_length_policy.h b/nageru/queue_length_policy.h index 0b8a420..d5a77cc 100644 --- a/nageru/queue_length_policy.h +++ b/nageru/queue_length_policy.h @@ -2,6 +2,9 @@ #define _QUEUE_LENGTH_POLICY_H 1 #include +#include +#include +#include #include #include #include -- 2.39.2