]> Creatis software - gdcm.git/blobdiff - Testing/TestHash.cxx
Add error handling in jpeg code
[gdcm.git] / Testing / TestHash.cxx
index 771b7bba472031e7f9a304d8c0b019e3f7ddb0c9..e712e355b616065ed8bc5b19810511fbf542ed77 100644 (file)
@@ -1,11 +1,11 @@
+#include "gdcmCommon.h" //to shut up warnings
 // Checks the basic functionalities of STL <map>.
 #include <map>
 #include <string>
 #include <iostream>
-#include <stdio.h>
-
-int TestHash( int, char * [] ) {
 
+int TestHash( int, char * [] )
+{
    std::cout << "Test::TestHash : " << std::endl;
    std::cout << "   Checks that the basic STL <map> functionalities required "
              << std::endl