[opengtl-commits] [214] fix missing header |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 214
Author: cyrille
Date: 2008-06-21 17:59:10 +0200 (Sat, 21 Jun 2008)
Log Message:
-----------
fix missing header
Modified Paths:
--------------
trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp
Modified: trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp
===================================================================
--- trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp 2008-06-21 15:54:09 UTC (rev 213)
+++ trunk/OpenGTL/OpenShiva/tools/interpreter/Shiva.cpp 2008-06-21 15:59:10 UTC (rev 214)
@@ -21,6 +21,7 @@
#include <iostream>
#include <fstream>
#include <cstdlib>
+#include <cstring>
// GTLCore Headers
#include <GTLCore/PixelDescription.h>