mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-08-12 15:09: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.