Skip to content

Commit

Permalink
Merge pull request #1464 from isuruf/conda
Browse files Browse the repository at this point in the history
Fix for conda compiler issues
  • Loading branch information
isuruf committed Oct 20, 2018
2 parents 9b604b2 + 5076dae commit f730345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions symengine/tests/basic/test_number.cpp
Expand Up @@ -6,6 +6,7 @@
#include <symengine/eval_mpc.h>
#include <symengine/eval_mpfr.h>
#include <symengine/symengine_exception.h>
#include <symengine/pow.h>

using SymEngine::SymEngineException;
using SymEngine::print_stack_on_segfault;
Expand Down
1 change: 1 addition & 0 deletions symengine/tests/basic/test_sets.cpp
Expand Up @@ -6,6 +6,7 @@
#include <symengine/real_double.h>
#include <symengine/symengine_exception.h>
#include <symengine/add.h>
#include <symengine/pow.h>

using SymEngine::Basic;
using SymEngine::Integer;
Expand Down

0 comments on commit f730345

Please sign in to comment.