summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/packets.hpp2
-rw-r--r--src/net/timer.t.hpp2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/net/packets.hpp b/src/net/packets.hpp
index 6d37478..2e00ad2 100644
--- a/src/net/packets.hpp
+++ b/src/net/packets.hpp
@@ -21,6 +21,8 @@
# include "fwd.hpp"
+# include <vector>
+
# include "../compat/cast.hpp"
# include "../ints/little.hpp"
diff --git a/src/net/timer.t.hpp b/src/net/timer.t.hpp
index be32872..0ed8987 100644
--- a/src/net/timer.t.hpp
+++ b/src/net/timer.t.hpp
@@ -23,6 +23,8 @@
# include "fwd.hpp"
+# include <cstdlib>
+
# include <chrono>
# include <functional>