diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/OffscreenContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/OffscreenContext.h b/src/OffscreenContext.h index 3fd8921..500832c 100644 --- a/src/OffscreenContext.h +++ b/src/OffscreenContext.h @@ -2,9 +2,10 @@ #define OFFSCREENCONTEXT_H_ // Here we implement a 'portability' pattern but since we are mixing -// Objective-C with C++, it is a bit different than what's found in a textbook. +// Objective-C with C++, it is a bit different. #include <iostream> +#include <fstream> #include <string> #include "fbo.h" |