aboutsummaryrefslogtreecommitdiffstats
path: root/crow.h
diff options
context:
space:
mode:
Diffstat (limited to 'crow.h')
-rw-r--r--crow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crow.h b/crow.h
index 82294e7..025d174 100644
--- a/crow.h
+++ b/crow.h
@@ -1,9 +1,10 @@
#pragma once
+
#include <string>
#include <functional>
#include <memory>
#include <future>
-#include <stdint.h>
+#include <cstdint>
#include <type_traits>
#include <thread>