1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-26 10:29:31 +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
#define Enum_h
#include <algorithm>
#include <cctype>
#include <string>
#include <typeindex>