mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-07-23 05:26:09 +00:00
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.