only for occ

This commit is contained in:
Joachim Schoeberl 2010-05-25 08:44:10 +00:00
parent 049bcb4bef
commit 2e67060ee1

View File

@ -1,3 +1,5 @@
#ifdef OCCGEOMETRY
#include <iostream> #include <iostream>
#include <climits> #include <climits>
@ -140,3 +142,4 @@ int main (int argc, char ** argv)
return 0; return 0;
} }
#endif