summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2025-02-01 15:45:29 +0000
committerRichard <q@1bpm.net>2025-02-01 15:45:29 +0000
commit56c0a8ef9a7fb8d4d1d6cd62c084dfc3cdbbcaa9 (patch)
tree9cdd93ca630f53d1c95f0d70c7263106cdff3eca
parent19a2fa34b8b253fa5bfd7c8cbb7b51287d30cbbe (diff)
downloadsimpl-master.tar.gz
simpl-master.tar.bz2
simpl-master.zip
-rw-r--r--src/simpl/base.h1
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"