Use C++ cstdint header in utility.h

This commit is contained in:
Alex Butum 2014-07-08 12:29:36 +03:00
parent 0b241bf0e7
commit b02209bc55

View File

@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include <cstdint>
#include <stdexcept>
namespace crow