Browse Source

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.
DragonValley 8 năm trước cách đây
mục cha
commit
ef11c2f8ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      contrib/html5-printer.cpp

+ 1 - 1
contrib/html5-printer.cpp

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