M src/Allocators.cpp +1 -1
@@ 33,7 33,7 @@
Software without prior written authorization.
*/
-#include "Allocators.h"
+#include "../bqvec/Allocators.h"
#ifdef HAVE_IPP
#include <ipps.h>
M src/Barrier.cpp +1 -1
@@ 33,7 33,7 @@
Software without prior written authorization.
*/
-#include "Barrier.h"
+#include "../bqvec/Barrier.h"
#if defined __APPLE__
#if !defined __MAC_10_12
M src/VectorOpsComplex.cpp +1 -1
@@ 33,7 33,7 @@
Software without prior written authorization.
*/
-#include "VectorOpsComplex.h"
+#include "../bqvec/VectorOpsComplex.h"
#include <cassert>