Moved main Spirit Po header into the spirit_po subdir

This is consistent with the same change made in the source cbeck88/spirit-po repo.
This commit is contained in:
Charles Dang 2017-10-09 12:40:56 +11:00
parent 6f952a0dae
commit 010237fba9
2 changed files with 1 additions and 1 deletions

View file

@ -36,7 +36,7 @@
#pragma warning(push)
#pragma warning(disable: 4459)
#endif
#include "spirit_po.hpp"
#include "spirit_po/spirit_po.hpp"
#if defined(__GNUC__)
#pragma GCC diagnostic pop
#elif defined(_MSC_VER)