]> git.mxchange.org Git - simgear.git/commitdiff
Patch from Frederic Bouvier:
authordavid <david>
Sun, 2 Mar 2003 16:35:08 +0000 (16:35 +0000)
committerdavid <david>
Sun, 2 Mar 2003 16:35:08 +0000 (16:35 +0000)
I am trying to compile tabbed_values.cxx and found that it requires
assert.h to compile with MSVC (on Linux, it must be included indirectly).
There is a patch below

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)
 {