#include <cstring> to make newer gcc happy
authorAleš Křenek <ljocha@ics.muni.cz>
Mon, 27 Jul 2009 13:52:22 +0000 (13:52 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Mon, 27 Jul 2009 13:52:22 +0000 (13:52 +0000)
(fixes bug #53608)

org.glite.lbjp-common.trio/test/trio_test.cpp

index 3ba4b9c..eeb4c39 100644 (file)
@@ -1,4 +1,5 @@
 #include <iostream>
+#indlude <cstring>
 
 #include <cppunit/extensions/HelperMacros.h>
 #include <cppunit/TestFixture.h>