From ba6003606e7bd431db76a40ac1f5b111c09416cb Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Sun, 23 Oct 2011 07:54:10 +0200 Subject: [PATCH] Include SDL header as instead of . SDL headers are located using "sdl-config --cflags", which outputs the actual directory that the headers are in, not its parent. --- src/inputmanager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputmanager.h b/src/inputmanager.h index 6563a2c..bea9afc 100644 --- a/src/inputmanager.h +++ b/src/inputmanager.h @@ -21,7 +21,7 @@ #ifndef INPUTMANAGER_H #define INPUTMANAGER_H -#include +#include #include using namespace std;