mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-30 19:30:17 +00:00
Add necessary include for std::find.
This commit is contained in:
parent
a59963b6a0
commit
36acc2dddd
@ -9,6 +9,7 @@
|
||||
#ifndef Enum_h
|
||||
#define Enum_h
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
|
Loading…
Reference in New Issue
Block a user