From d955a54c37f0d2d51166f447b1b5efa8e90351ff Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 20 Jan 2017 20:01:06 +0200 Subject: [PATCH] Replace ofMain.h with ofEvents.h and ofLog.h --- src/ofxPiMapper.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ofxPiMapper.h b/src/ofxPiMapper.h index 80ad1dd..78d9511 100644 --- a/src/ofxPiMapper.h +++ b/src/ofxPiMapper.h @@ -1,6 +1,7 @@ #pragma once -#include "ofMain.h" +#include "ofEvents.h" +#include "ofLog.h" #include "FboSource.h" #include "Application.h"