Skip to content

Commit

Permalink
Add missing header to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkogler committed Jun 8, 2020
1 parent 396e8b0 commit 21ad21b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_factorization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <cassert>
#include <array>
#include <map>
#include <cmath>
using namespace std;

long long power(long long b, long long e, long long mod) {
Expand Down

0 comments on commit 21ad21b

Please sign in to comment.