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 @@
#include "itkMacro.h"
#include "tinyxml.h"
#ifdef TIXML_USE_STL
#include <iostream>
#include <sstream>
......@@ -18,8 +20,6 @@
_CrtMemState endMemState;
#endif
#include "tinyxml.h"
static int gPass = 0;
static int gFail = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment