Patch from Frederic Bouvier:

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
This commit is contained in:
david
2003-03-02 16:35:08 +00:00
parent 1a6e14c3bb
commit c4fa7a965d

View File

@@ -1,5 +1,7 @@
#include "tabbed_values.hxx"
#include "assert.h"
SGTabbedValues::SGTabbedValues(const char *line) :
_line(line)
{