Skip to content

Commit 511093a

Browse files
committed
Add missing includes
1 parent 8e31e98 commit 511093a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/slimcpplib/long_math_gcc.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
//
3131
////////////////////////////////////////////////////////////////////////////////////////////////////
3232

33+
#pragma once
34+
35+
#include "long_math.h"
36+
3337
#if __GNUC__
3438

3539
#include <x86intrin.h>

0 commit comments

Comments
 (0)