diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 11:21:27 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 11:21:27 +0100 |
| commit | 94ebd2816ed1cbf08334573175d2ed1dec18f962 (patch) | |
| tree | 5f653ea2b204414de138c81a321169a236e1144a /editor/tile-editor.cpp | |
| parent | bdbf5534c58aa5649751d0e239f13bd22f9de158 (diff) | |
fix use after free
Diffstat (limited to 'editor/tile-editor.cpp')
| -rw-r--r-- | editor/tile-editor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/tile-editor.cpp b/editor/tile-editor.cpp index 87d869b8..2d833443 100644 --- a/editor/tile-editor.cpp +++ b/editor/tile-editor.cpp @@ -6,6 +6,7 @@ #include "random.hpp" #include "serialize/json-helper.hpp" #include "serialize/tile-atlas.hpp" +#include <Corrade/Containers/StringStlHash.h> namespace floormat { |
