13
0

Fix include style of system header

This commit is contained in:
Tim Mayberry 2015-08-27 15:23:10 +10:00
parent 5448c229d9
commit cb7bac5599

View File

@ -19,7 +19,7 @@
#ifndef WIN_UTILS_H
#define WIN_UTILS_H
#include "stdint.h"
#include <stdint.h>
namespace utils {