Skip to content

Commit fe5749c

Browse files
committed
missing includes gcc12
1 parent d805bf9 commit fe5749c

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

libOTe_Tests/EACode_Tests.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "libOTe/Tools/CoeffCtx.h"
55
#include "libOTe_Tests/ExConvCode_Tests.h"
66
#include "libOTe/Tools/ExConvCode/ExConvChecker.h"
7+
#include <cmath>
78

89
namespace osuCrypto
910
{

libOTe_Tests/ExConvCode_Tests.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <iomanip>
44
#include "libOTe/Tools/CoeffCtx.h"
55
#include "libOTe/Tools/ExConvCode/ExConvChecker.h"
6+
#include <cmath>
67

78
namespace osuCrypto
89
{

libOTe_Tests/TungstenCode_Tests.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "ExConvCode_Tests.h"
77
#include "cryptoTools/Common/Log.h"
88
#include "libOTe/Tools/ExConvCode/ExConvChecker.h"
9+
#include <cmath>
10+
911
using namespace oc;
1012
using namespace oc::experimental;
1113
namespace tests_libOTe

0 commit comments

Comments
 (0)