diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include <fstream> #include <streambuf> #include <string> +#include "parser.h" std::string readFile(std::string& filename) { std::ifstream t(filename); |
