Fix build on clang.

This commit is contained in:
Jeff Young 2023-06-25 11:29:18 +01:00
parent 118b815824
commit f643a8f5bf
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include <wx/propgrid/property.h>
#include <functional>
#include <map>
#include <unordered_map>
#include <memory>
#include <typeindex>
#include <type_traits>