Use C++ cstdint header in crow.h

This commit is contained in:
Alex Butum 2014-07-08 12:30:45 +03:00
parent b02209bc55
commit bea1d02fff

3
crow.h
View File

@ -1,9 +1,10 @@
#pragma once
#include <string>
#include <functional>
#include <memory>
#include <future>
#include <stdint.h>
#include <cstdint>
#include <type_traits>
#include <thread>