Remove BOM in Interface.h

Add include for rand() and srand() in IfcGuidHelper.cpp
Remove dependency on nullptr for older compilers
This commit is contained in:
Thomas Krijnen
2012-07-20 12:52:55 +00:00
parent f6e33313fb
commit 04aea46757
3 changed files with 8 additions and 7 deletions
+1
View File
@@ -25,6 +25,7 @@
********************************************************************************/
#include <time.h>
#include <stdlib.h>
#include "IfcWrite.h"