mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Use C++ cstdint header in crow.h
This commit is contained in:
parent
b02209bc55
commit
bea1d02fff
3
crow.h
3
crow.h
@ -1,9 +1,10 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <future>
|
#include <future>
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user