aboutsummaryrefslogtreecommitdiffstats
path: root/al/event.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-07-10 17:20:45 -0700
committerChris Robinson <[email protected]>2023-07-10 17:20:45 -0700
commita9d8940ac8b15ad0b9efa34797e0eee071e60ff4 (patch)
tree39f4b171c2ec23bc17f6d1e1bd3fab6af09d7cdd /al/event.cpp
parentead05bc8de655911327d7356f55dab0f79371cfc (diff)
Add missing include
Diffstat (limited to 'al/event.cpp')
-rw-r--r--al/event.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/al/event.cpp b/al/event.cpp
index 089cc1ac..570cbbc1 100644
--- a/al/event.cpp
+++ b/al/event.cpp
@@ -10,6 +10,7 @@
#include <memory>
#include <mutex>
#include <new>
+#include <optional>
#include <string>
#include <string_view>
#include <thread>