summaryrefslogtreecommitdiff
path: root/src/misc/smallvec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/smallvec.h')
-rw-r--r--src/misc/smallvec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/misc/smallvec.h b/src/misc/smallvec.h
index 7f85cc96a..9fc212dbe 100644
--- a/src/misc/smallvec.h
+++ b/src/misc/smallvec.h
@@ -5,6 +5,9 @@
#ifndef SMALLVEC_H
#define SMALLVEC_H
+#include "../core/alloc_func.hpp"
+#include "../core/math_func.hpp"
+
template <typename T, uint S>
struct SmallVector {
T *data;