summaryrefslogtreecommitdiff
path: root/include/inspircd.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-09-27 18:24:44 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-09-27 18:24:44 +0200
commit8baacd6ef4ec866c96f40c47f30342b09ebe3a74 (patch)
tree895e6733c85b9e1a26f2b44bf64206f926bbf8c0 /include/inspircd.h
parente164675ed98468350a78fa69ca4d18670959c200 (diff)
Add the insp::aligned_storage template
Diffstat (limited to 'include/inspircd.h')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index bebe1dea0..eaca34a9b 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -45,6 +45,7 @@
#include "intrusive_list.h"
#include "compat.h"
+#include "aligned_storage.h"
#include "typedefs.h"
#include "stdalgo.h"