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:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user