aboutsummaryrefslogtreecommitdiff
path: root/base/include/aemu/base/Optional.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/aemu/base/Optional.h')
-rw-r--r--base/include/aemu/base/Optional.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/include/aemu/base/Optional.h b/base/include/aemu/base/Optional.h
index 2a04603..19e4bbf 100644
--- a/base/include/aemu/base/Optional.h
+++ b/base/include/aemu/base/Optional.h
@@ -28,6 +28,7 @@
#include <utility>
#include <cstddef>
+#include <cstdlib>
// Optional<T> - a template class to store an optional value of type T.
//