Skip to content

Commit

Permalink
modern versions of qthreads provide qthread/qthread.h not qthread.h
Browse files Browse the repository at this point in the history
  • Loading branch information
npe9 committed Jun 6, 2017
1 parent c34d8a2 commit 7714d22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qthreads/src/SparseMatrix_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#endif

#include <qthread/qloop.h>
#include <qthread.h>
#include <qthread/qthread.h>
#include "qthreads_loop_type.h"

namespace miniFE {
Expand Down
2 changes: 1 addition & 1 deletion qthreads/src/Vector_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#include <Vector.hpp>

#include <qthread/qloop.h>
#include <qthread.h>
#include <qthread/qthread.h>
#include "qthreads_loop_type.h"

namespace miniFE {
Expand Down
2 changes: 1 addition & 1 deletion qthreads/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <YAML_Doc.hpp>
#include <param_utils.hpp>

#include <qthread.h>
#include <qthread/qthread.h>

#if MINIFE_INFO != 0
#include <miniFE_info.hpp>
Expand Down

0 comments on commit 7714d22

Please sign in to comment.