]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/tabbed_values.cxx
Update the code a bit more, add a function to retreive the last error string and...
[simgear.git] / simgear / misc / tabbed_values.cxx
index fb935e43f87a81b6589d9211ecd768eeb3dd429f..1e850cbc7499257b5c02d8f1ee3dfe4ae1738f90 100644 (file)
@@ -1,5 +1,7 @@
 #include "tabbed_values.hxx"
 
+#include "assert.h"
+
 SGTabbedValues::SGTabbedValues(const char *line) :
        _line(line)
 {