diff options
author | Tom Brazier <tom_github@firstsolo.net> | 2023-06-12 08:49:10 +0100 |
---|---|---|
committer | Tom Brazier <tom_github@firstsolo.net> | 2023-07-23 14:00:52 +0100 |
commit | 8da9e2945e0da7a5954de4f38263aaec8ae84955 (patch) | |
tree | 785511a0054881447511faaaacd9cdbb8c5e13fd /compat | |
parent | fa839e3fc9b92a4642d50c28bc607eb97e9ac1df (diff) |
fix build
Diffstat (limited to 'compat')
-rw-r--r-- | compat/hamilton-tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/hamilton-tools.h b/compat/hamilton-tools.h index d4604301..885e9f79 100644 --- a/compat/hamilton-tools.h +++ b/compat/hamilton-tools.h @@ -1,5 +1,6 @@ #pragma once +#include <algorithm> #include "export.hpp" #include "compat/math.hpp" |