From ef11c2f8ec2adf0d5c6bfbf1f35812231d9470f3 Mon Sep 17 00:00:00 2001 From: DragonValley Date: Sat, 15 Jul 2017 05:53:26 +0200 Subject: [PATCH] Update on html5-printer.cpp Instead of: #include , it is better to go with #include "tinyxml2.h" so it doesn't search for tinyxml2 library in system libraries but the current directory. --- contrib/html5-printer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/html5-printer.cpp b/contrib/html5-printer.cpp index 7728b69..92cff2b 100644 --- a/contrib/html5-printer.cpp +++ b/contrib/html5-printer.cpp @@ -40,7 +40,7 @@ distribution. */ -#include +#include "tinyxml2.h" #include #if defined (_MSC_VER)