Skip to content

Commit

Permalink
removing math.h as it triggers compile error
Browse files Browse the repository at this point in the history
Removed `math.h` since it causes issues when compiling.
[Discussion online](samee#48)
proposes some solutions, but none seemed to work (at least
in a Docker container running Ubuntu 20.04).
  • Loading branch information
mitchnegus committed Mar 19, 2021
1 parent 57bd33d commit 688e75d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/oblivc/euclidean/euclidean.oc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <stdio.h>
#include <math.h>
#include <obliv.oh>

#include "dbg.h"
Expand Down

0 comments on commit 688e75d

Please sign in to comment.