From 64fcf4555f41512ccae907418a270a206e7b077c Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 19 Nov 2020 18:41:20 +0200 Subject: [PATCH] Try to swap includes in example_gamepad to see if it helps msys2 compile --- example_gamepad/src/InputHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_gamepad/src/InputHandler.h b/example_gamepad/src/InputHandler.h index 053a103..c47e06c 100644 --- a/example_gamepad/src/InputHandler.h +++ b/example_gamepad/src/InputHandler.h @@ -7,9 +7,9 @@ #include #include #include -#include #include "ofMain.h" #include "ofxXmlSettings.h" +#include enum ControllerItemType{ CONTROLLER_BUTTON,