Update on html5-printer.cpp

Instead of: #include <tinyxml2.h> , it is better to go with  #include "tinyxml2.h" so it doesn't search for tinyxml2 library in system libraries but the current directory.
This commit is contained in:
DragonValley 2017-07-15 05:53:26 +02:00 committed by GitHub
parent 3a6e51a12f
commit ef11c2f8ec
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ distribution.
*/
#include <tinyxml2.h>
#include "tinyxml2.h"
#include <iostream>
#if defined (_MSC_VER)