diff options
Diffstat (limited to 'src')
| -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" |