Skip to content

Commit

Permalink
Hotfix (#89)
Browse files Browse the repository at this point in the history
* fix

* fix

* fix

* fix
  • Loading branch information
wangxiao1254 authored Aug 8, 2020
1 parent a256f53 commit bf539cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions emp-tool/circuits/integer.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "emp-tool/circuits/comparable.h"
#include "emp-tool/circuits/swappable.h"
#include <vector>
#include <bitset>
#include <algorithm>
#include <math.h>
using std::vector;
Expand Down
1 change: 1 addition & 0 deletions emp-tool/utils/block.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <immintrin.h>
#include <assert.h>
#include <cstring>
#include <iostream>
#include <iomanip>

namespace emp {
Expand Down

0 comments on commit bf539cd

Please sign in to comment.