summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/alignment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/alignment.h b/src/common/alignment.h
index 4025ba651..ef4d6f896 100644
--- a/src/common/alignment.h
+++ b/src/common/alignment.h
@@ -3,6 +3,7 @@
#pragma once
#include <cstddef>
+#include <new>
#include <type_traits>
namespace Common {