From 6b0741306964f3a5220acb2b375b09cf1814443b Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 12 Nov 2022 18:56:17 +0100 Subject: OptionalStl, we hardly knew you --- editor/app.hpp | 2 +- editor/editor.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editor') diff --git a/editor/app.hpp b/editor/app.hpp index 6be1eed3..5a52ef58 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -13,7 +13,7 @@ #include #include -#include +#include "compat/optional.hpp" #include namespace floormat { diff --git a/editor/editor.hpp b/editor/editor.hpp index e40e695a..1093aa8d 100644 --- a/editor/editor.hpp +++ b/editor/editor.hpp @@ -10,7 +10,7 @@ #include #include -#include +#include "compat/optional.hpp" #include namespace floormat { -- cgit v1.2.3