Skip to content

Commit

Permalink
added necessary includes
Browse files Browse the repository at this point in the history
  • Loading branch information
solomonik committed Oct 9, 2016
1 parent d782218 commit d83be56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interface/monoid.cxx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "../sparse_formats/csr.h"
#include "set.h"
#include "../shared/blas_symbs.h"
#include "../shared/util.h"
using namespace CTF_int;
namespace CTF {
/* template <>
Expand Down
1 change: 1 addition & 0 deletions src/interface/set.cxx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "set.h"
#include "../shared/blas_symbs.h"
#include "../shared/util.h"

namespace CTF_int {
#if USE_SP_MKL
Expand Down

0 comments on commit d83be56

Please sign in to comment.