diff options
Diffstat (limited to 'gui/src/chainImage.h')
| -rw-r--r-- | gui/src/chainImage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImage.h b/gui/src/chainImage.h index 78b4eaf..f67abf1 100644 --- a/gui/src/chainImage.h +++ b/gui/src/chainImage.h @@ -3,6 +3,7 @@ #include "ofMain.h" #include "ofxJSON.h" #include "ofxEasing.h" +#include "ofxGpuLut.h" #define min(a,b) ((a) < (b) ? (a) : (b)) #define max(a,b) ((a) > (b) ? (a) : (b)) @@ -110,6 +111,7 @@ class chainImage : public ofImage{ bool isLoaded; ofShader shader; + ofxGpuLut lut; //int totalframes,framecount; |
