Skip to content

Commit e1a8009

Browse files
committed
Fixed another lint issue
1 parent 6a2998c commit e1a8009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/lp_data/HighsCallback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
* @brief
1010
*/
1111
#include "lp_data/HighsCallback.h"
12-
#include "util/HighsIntegers.h"
1312

1413
#include <algorithm>
1514
#include <cassert>
1615
#include <utility>
1716

1817
#include "Highs.h"
1918
#include "lp_data/HighsStatus.h"
19+
#include "util/HighsIntegers.h"
2020

2121
void HighsCallback::clearHighsCallbackOutput() {
2222
this->data_out.log_type = HighsLogType::kInfo;

0 commit comments

Comments
 (0)