diff options
| -rw-r--r-- | tests/test_xpath_xalan_2.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/test_xpath_xalan_2.cpp b/tests/test_xpath_xalan_2.cpp index 4ab4928..5edae69 100644 --- a/tests/test_xpath_xalan_2.cpp +++ b/tests/test_xpath_xalan_2.cpp @@ -1,7 +1,7 @@ -#ifndef PUGIXML_NO_XPATH -  #define _CRT_SECURE_NO_WARNINGS +#ifndef PUGIXML_NO_XPATH +  #include "common.hpp"  #include <string> | 
