summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-03 23:32:53 +0000
committerSadie Powell <sadie@witchery.services>2022-01-04 00:39:05 +0000
commitc6c9d9591cc528bc2ca70747dcb3cc248cb4269b (patch)
tree2d4abbe9fca96c53ce453ccd7c4add7cb2faecf2 /include/services.h
parentc1f6a79c72c29f92ba053942d25d351623f57551 (diff)
Remove some obsolete header and function checks.
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/services.h b/include/services.h
index fcdf4a8b9..d6d98adcf 100644
--- a/include/services.h
+++ b/include/services.h
@@ -31,6 +31,8 @@
#endif
/* Pull in the various bits of STL */
+#include <cstdint>
+#include <cstddef>
#include <iostream>
#include <fstream>
#include <sstream>