Added an #include<assert.h> to avoid compile problems on some systems.

This commit is contained in:
Robert Osfield
2007-12-07 13:42:14 +00:00
parent ab7043ea45
commit 71f71f18b6

View File

@@ -79,6 +79,8 @@
#endif
#include "ConvertToInventor.h"
#include <assert.h>
#define DEBUG_IV_WRITER 1