diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 21:49:37 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 21:49:37 (GMT) |
commit | d08ebbc6fcea423d6ff2d3be2099d8b34a6c8798 (patch) | |
tree | b51ac0cb433cf8b65c37a96aae4cd0bb7e4c2833 /src/OffscreenContext.h | |
parent | fc72c861859feec3f0cf365392cfc60550a4c45a (diff) |
re-add fstream to header (oops). update some documentation.
Diffstat (limited to 'src/OffscreenContext.h')
-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" |