1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-07 23:25:00 +00:00

Add necessary include for std::find.

This commit is contained in:
Thomas Harte
2020-03-14 00:22:23 -04:00
parent a59963b6a0
commit 36acc2dddd

View File

@@ -9,6 +9,7 @@
#ifndef Enum_h #ifndef Enum_h
#define Enum_h #define Enum_h
#include <algorithm>
#include <cctype> #include <cctype>
#include <string> #include <string>
#include <typeindex> #include <typeindex>