Commit 35a714a40c9904175f9e3fafbf8a31182835d795

henry 2004-12-10T09:51:45

Added include for assert

1
2
3
4
5
6
7
8
9
diff --git a/src/FTGLTextureFont.cpp b/src/FTGLTextureFont.cpp
index 16dd58f..3b8836e 100755
--- a/src/FTGLTextureFont.cpp
+++ b/src/FTGLTextureFont.cpp
@@ -1,3 +1,4 @@
+#include <cassert>
 #include <string> // For memset
 
 #include "FTGLTextureFont.h"