diff options
author | Richard <q@1bpm.net> | 2025-02-01 15:45:29 +0000 |
---|---|---|
committer | Richard <q@1bpm.net> | 2025-02-01 15:45:29 +0000 |
commit | 56c0a8ef9a7fb8d4d1d6cd62c084dfc3cdbbcaa9 (patch) | |
tree | 9cdd93ca630f53d1c95f0d70c7263106cdff3eca | |
parent | 19a2fa34b8b253fa5bfd7c8cbb7b51287d30cbbe (diff) | |
download | simpl-master.tar.gz simpl-master.tar.bz2 simpl-master.zip |
-rw-r--r-- | src/simpl/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simpl/base.h b/src/simpl/base.h index 221e028..de3106d 100644 --- a/src/simpl/base.h +++ b/src/simpl/base.h @@ -6,6 +6,7 @@ #include <vector> #include <string> +#include <algorithm> #include "exceptions.h" |