Skip to content

Commit

Permalink
Merge pull request #1838 from isuruf/msvc2017
Browse files Browse the repository at this point in the history
Add missing headers for VS2017
  • Loading branch information
isuruf committed Sep 6, 2021
2 parents 4dff2ca + ce56686 commit 18884de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symengine/prime_sieve.cpp
@@ -1,6 +1,8 @@
#include <symengine/prime_sieve.h>
#include <ciso646>
#include <cmath>
#include <valarray>
#include <algorithm>

namespace SymEngine
{
Expand Down
1 change: 1 addition & 0 deletions symengine/printers/stringbox.cpp
@@ -1,5 +1,6 @@
#include <iterator>
#include <sstream>
#include <algorithm>
#include <symengine/printers/stringbox.h>

namespace SymEngine
Expand Down

0 comments on commit 18884de

Please sign in to comment.