From bb2b89ac18b2649759e03a4f34bec13d9516a475 Mon Sep 17 00:00:00 2001 From: tettou771 Date: Sat, 6 Jan 2024 14:49:08 +0900 Subject: [PATCH] include ofFileUtils.h in ofxHttpTypes (compatible to v0.12.0) --- src/ofxHttpTypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ofxHttpTypes.h b/src/ofxHttpTypes.h index 5d88b36..3f69562 100644 --- a/src/ofxHttpTypes.h +++ b/src/ofxHttpTypes.h @@ -14,6 +14,7 @@ #define OFX_HTTP_POST 1 #include "ofUtils.h" +#include "ofFileUtils.h" struct ofxHttpForm{