Skip to content

Commit da5acba

Browse files
committed
Added path from highs for HConst.h in pdhg.cc so bazel and meson builds are expected to pass
1 parent 715f4e7 commit da5acba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highs/pdlp/hipdlp/pdhg.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
#include <random>
1616
#include <tuple>
1717

18-
#include "HConst.h"
1918
#include "defs.hpp"
2019
#include "linalg.hpp"
20+
#include "lp_data/HConst.h"
2121
#include "pdlp/cupdlp/cupdlp.h" // For pdlpLogging
2222
#include "restart.hpp"
2323

0 commit comments

Comments
 (0)