Skip to content

Commit

Permalink
Fix CI build: ofxPropsBySet needs <array>
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Oberbrunner <[email protected]>
  • Loading branch information
garyo committed Sep 2, 2024
1 parent 38270d6 commit fa86f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/ofxPropsBySet.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <string>
#include <vector>
#include <map>
#include <array>
#include "ofxImageEffect.h"
#include "ofxGPURender.h"
#include "ofxColour.h"
Expand Down
1 change: 1 addition & 0 deletions scripts/gen-props.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def gen_props_by_set(props_by_set, outfile_path: Path):
#include <string>
#include <vector>
#include <map>
#include <array>
#include "ofxImageEffect.h"
#include "ofxGPURender.h"
#include "ofxColour.h"
Expand Down

0 comments on commit fa86f25

Please sign in to comment.