Skip to content

Commit cdd2931

Browse files
Add missing header
1 parent 713864a commit cdd2931

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

FindAFactor/_find_a_factor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "dispatchqueue.hpp"
4242

4343
#include <algorithm>
44+
#include <cmath>
4445
#include <future>
4546
#include <iostream>
4647
#include <map>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if os.name == 'nt':
1111
cpp_args = ['/std:c++17', '/O3']
1212
else:
13-
cpp_args = ['-std=c++17', '-O3', '-lpthread']
13+
cpp_args = ['-O3', '-std=c++17', '-lpthread']
1414

1515
README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
1616
with open(README_PATH) as readme_file:

0 commit comments

Comments
 (0)