Fix Thread tests

This commit is contained in:
Tobias Wood
2024-05-24 16:50:14 +00:00
committed by Charles Schlosser
parent c4d84dfddc
commit 5a9f66fb35
2 changed files with 4 additions and 4 deletions

View File

@@ -348,6 +348,7 @@ using std::ptrdiff_t;
#include "src/Core/TriangularMatrix.h"
#include "src/Core/SelfAdjointView.h"
#include "src/Core/products/GeneralBlockPanelKernel.h"
#include "src/Core/DeviceWrapper.h"
#ifdef EIGEN_GEMM_THREADPOOL
#include "ThreadPool"
#endif
@@ -404,7 +405,6 @@ using std::ptrdiff_t;
#endif
#include "src/Core/GlobalFunctions.h"
#include "src/Core/DeviceWrapper.h"
// IWYU pragma: end_exports
#include "src/Core/util/ReenableStupidWarnings.h"