Skip to content

Commit

Permalink
Adds missing include for XintYY_t types (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrm0 authored Jul 10, 2023
1 parent 00f7552 commit 6e75f6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emp-tool/utils/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inline __m128i _mm_aesdeclast_si128 (__m128i a, __m128i RoundKey)
#include <cstring>
#include <iostream>
#include <iomanip>
#include <cstdint>

namespace emp {

Expand Down

0 comments on commit 6e75f6d

Please sign in to comment.