Skip to content

Commit 48be3da

Browse files
committed
Correct pdqsort import
1 parent 2004887 commit 48be3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/mip/HighsPathSeparator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
#include "mip/HighsPathSeparator.h"
1212

13+
#include "../extern/pdqsort/pdqsort.h"
1314
#include "mip/HighsCutGeneration.h"
1415
#include "mip/HighsLpAggregator.h"
1516
#include "mip/HighsLpRelaxation.h"
1617
#include "mip/HighsMipSolverData.h"
1718
#include "mip/HighsTransformedLp.h"
18-
#include "pdqsort.h"
1919

2020
enum class RowType : int8_t {
2121
kUnusuable = -2,

0 commit comments

Comments
 (0)