Skip to content
Snippets Groups Projects
Commit 7c3e9342 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: fix tinyxml test compilation. 2.5.3-3 Debian package always defines TIXML_USE_STL

parent 905304b2
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#include "itkMacro.h" #include "itkMacro.h"
#include "tinyxml.h"
#ifdef TIXML_USE_STL #ifdef TIXML_USE_STL
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
...@@ -18,8 +20,6 @@ ...@@ -18,8 +20,6 @@
_CrtMemState endMemState; _CrtMemState endMemState;
#endif #endif
#include "tinyxml.h"
static int gPass = 0; static int gPass = 0;
static int gFail = 0; static int gFail = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment