From: Steinar H. Gunderson Date: Fri, 1 Mar 2024 13:34:05 +0000 (+0100) Subject: Make header files individually compilable. X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=3256213f93385cc56281c616e0347ff5fa2b70ac Make header files individually compilable. --- 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