diff options
Diffstat (limited to 'library/cpp/lfalloc')
| -rw-r--r-- | library/cpp/lfalloc/lf_allocX64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/lfalloc/lf_allocX64.h b/library/cpp/lfalloc/lf_allocX64.h index 2be9f819f05..fd2a906d6ff 100644 --- a/library/cpp/lfalloc/lf_allocX64.h +++ b/library/cpp/lfalloc/lf_allocX64.h @@ -24,7 +24,7 @@ #pragma intrinsic(_InterlockedExchangeAdd) #include <new> -#include <assert.h> +#include <assert.h> #include <errno.h> #define PERTHREAD __declspec(thread) |
