diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-09-24 08:32:41 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-09-24 08:32:41 (GMT) |
commit | 529f35af7c3893e92036b83d67c185b2b71d10fa (patch) | |
tree | c55bbab5f37789bf420ae9fbb7bd6d6cd383d184 /openscad.h | |
parent | a5e52ed62b277fcf23ee6ee30ec407ef872b9db2 (diff) |
Clifford Wolf:
Added missing assert.h
git-svn-id: http://svn.clifford.at/openscad/trunk@91 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ #include <errno.h> #include <stdlib.h> #include <string.h> +#include <assert.h> #include <math.h> #include <fstream> |