diff options
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 { |