diff options
-rw-r--r-- | common/opthelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/opthelpers.h b/common/opthelpers.h index e46c0f3a..f110303e 100644 --- a/common/opthelpers.h +++ b/common/opthelpers.h @@ -3,7 +3,7 @@ #include <cstdint> #include <utility> - +#include <memory> #ifdef __has_builtin #define HAS_BUILTIN __has_builtin |