mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Add necessary include for std::find.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#ifndef Enum_h
|
||||
#define Enum_h
|
||||
|
||||
#include <algorithm>
|
||||
#include <cctype>
|
||||
#include <string>
|
||||
#include <typeindex>
|
||||
|
Reference in New Issue
Block a user