aboutsummaryrefslogtreecommitdiffstats
path: root/common/aloptional.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-07-29 09:29:35 -0700
committerChris Robinson <[email protected]>2019-07-29 09:29:35 -0700
commitf0408809d6b2012aca0f1e8a344e087cb504a231 (patch)
tree3cecaa9827519ce5419febe9f584881ad286c97e /common/aloptional.h
parent40e937c63a2a74ef2ff94ba8a056cce0a07832ed (diff)
Cleanup common sources' includes
Diffstat (limited to 'common/aloptional.h')
-rw-r--r--common/aloptional.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/aloptional.h b/common/aloptional.h
index 2ed882e4..79827482 100644
--- a/common/aloptional.h
+++ b/common/aloptional.h
@@ -1,7 +1,9 @@
#ifndef AL_OPTIONAL_H
#define AL_OPTIONAL_H
+#include <initializer_list>
#include <type_traits>
+#include <utility>
#include "almalloc.h"