about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--freevars.cpp1
-rw-r--r--freevars.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/freevars.cpp b/freevars.cpp index ca69f6c..6472fef 100644 --- a/freevars.cpp +++ b/freevars.cpp
@@ -1,5 +1,6 @@
1#include "freevars.h" 1#include "freevars.h"
2#include <fstream> 2#include <fstream>
3#include <cstdlib>
3 4
4freevars::freevars() 5freevars::freevars()
5{ 6{
diff --git a/freevars.h b/freevars.h index 6fdc4c2..923f211 100644 --- a/freevars.h +++ b/freevars.h
@@ -18,4 +18,4 @@ private:
18 map<string, vector<string>* >* vars; 18 map<string, vector<string>* >* vars;
19}; 19};
20 20
21#endif FREEVARS_H \ No newline at end of file 21#endif \ No newline at end of file