aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Graphics/Canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Graphics/Canvas.h')
-rw-r--r--src/libjin/Graphics/Canvas.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libjin/Graphics/Canvas.h b/src/libjin/Graphics/Canvas.h
index a6a52ea..09ae7aa 100644
--- a/src/libjin/Graphics/Canvas.h
+++ b/src/libjin/Graphics/Canvas.h
@@ -1,6 +1,6 @@
#ifndef __LIBJIN_CANVAS_H
#define __LIBJIN_CANVAS_H
-#include "../modules.h"
+#include "../jin_configuration.h"
#if LIBJIN_MODULES_RENDER
#include "drawable.h"
@@ -29,6 +29,7 @@ namespace graphics
GLuint fbo;
+
};
} // render