diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-19 01:50:03 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2022-03-20 02:25:09 -0400 |
| commit | 866b7c20a8958069a048ffa600155ec3cbd2e5f2 (patch) | |
| tree | 54191364052f7adc86f4f94afcb45b68186edda2 /src/common/uint128.h | |
| parent | a367db44cfef5a53f58eef947d75964ce9719a89 (diff) | |
general: Fix clang/gcc build errors
Diffstat (limited to 'src/common/uint128.h')
| -rw-r--r-- | src/common/uint128.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/uint128.h b/src/common/uint128.h index 1ed5d6507..ad1b90414 100644 --- a/src/common/uint128.h +++ b/src/common/uint128.h @@ -12,6 +12,7 @@ #pragma intrinsic(_umul128) #pragma intrinsic(_udiv128) #else +#include <cstring> #include <x86intrin.h> #endif |
