mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-06-11 09:03:31 +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.