Define macro for SCNu64 for Mingw

This commit is contained in:
doy-lee 2019-01-31 17:20:56 +11:00
parent a72de5e2dc
commit 668a954656

View file

@ -26,6 +26,10 @@
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef _WIN32
#define __STDC_FORMAT_MACROS // NOTE(loki): Explicitly define the SCNu64 macro on Mingw
#endif
#include <unordered_map>
#include <unordered_set>
#include <boost/filesystem.hpp>