From fa86f250381efdc4b5c4db3cfed3945b573263d5 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Mon, 2 Sep 2024 06:47:32 -0400 Subject: [PATCH] Fix CI build: ofxPropsBySet needs Signed-off-by: Gary Oberbrunner --- include/ofxPropsBySet.h | 1 + scripts/gen-props.py | 1 + 2 files changed, 2 insertions(+) diff --git a/include/ofxPropsBySet.h b/include/ofxPropsBySet.h index 1d43c40b..84faf158 100644 --- a/include/ofxPropsBySet.h +++ b/include/ofxPropsBySet.h @@ -7,6 +7,7 @@ #include #include #include +#include #include "ofxImageEffect.h" #include "ofxGPURender.h" #include "ofxColour.h" diff --git a/scripts/gen-props.py b/scripts/gen-props.py index 07a7619f..a5a679f8 100644 --- a/scripts/gen-props.py +++ b/scripts/gen-props.py @@ -268,6 +268,7 @@ def gen_props_by_set(props_by_set, outfile_path: Path): #include #include #include +#include #include "ofxImageEffect.h" #include "ofxGPURender.h" #include "ofxColour.h"