Skip to content

Commit 562789b

Browse files
committed
Fix incorrect include syntax
1 parent c0cb7bf commit 562789b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

highs/mip/feasibilityjump.hh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#include <HConst.h>
2-
#include <io/HighsIO.h>
3-
41
#include <algorithm>
52
#include <cassert>
63
#include <climits>
@@ -10,6 +7,9 @@
107
#include <random>
118
#include <vector>
129

10+
#include "io/HighsIO.h"
11+
#include "lp_data/HConst.h"
12+
1313
#define FJ_LOG_PREFIX "Feasibility Jump: "
1414

1515
// TIP: clang-format the reference feasibilityjump.hh before diffing with this

0 commit comments

Comments
 (0)