diff options
author | tom <tom@ground-control> | 2015-11-18 20:54:40 -0600 |
---|---|---|
committer | tom <tom@ground-control> | 2015-11-18 20:54:40 -0600 |
commit | 0fc9844e4e81f9f78886a75eb15e3cf17d6adc36 (patch) | |
tree | 000ccf5d0426d6ce4f470107fb9f2581394a328f /inc | |
parent | a760b9339a98281a8a1072d03dbf41f08eb696a6 (diff) |
test works now
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Frame.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/Frame.hpp b/inc/Frame.hpp index 35ff0d6..0bfce2c 100644 --- a/inc/Frame.hpp +++ b/inc/Frame.hpp @@ -5,7 +5,9 @@ #include "Character.hpp" #include <string> #include <fstream> +#include <iostream> +using namespace std; class Frame { |