Skip to content

Commit

Permalink
4428
Browse files Browse the repository at this point in the history
Fix CI :(
  • Loading branch information
akkartik committed Jul 27, 2018
1 parent a729186 commit 0ed194f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 010vm.cc
Expand Up @@ -893,6 +893,8 @@ void test_trim_floating_point() {
}

:(before "End Includes")
#include <map>
using std::map;
#include <utility>
using std::pair;
#include <math.h>

0 comments on commit 0ed194f

Please sign in to comment.