Add missing header for function used inline in class

This commit is contained in:
Roland Kaufmann
2013-10-22 22:38:08 +02:00
parent 6ffa9052ef
commit 0a69727bf7
+1
View File
@@ -22,6 +22,7 @@
#include <string>
#include <iostream>
#include <cstdlib> // strtol, strtod
#define STAR '*'
#define C_EOS '\0'