Skip to content

Commit d34a0bc

Browse files
committed
cmake: fix xpress_interface_test build
1 parent 4d7ea33 commit d34a0bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ortools/linear_solver/xpress_interface_test.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
#include <stdexcept>
2020
#include <string>
2121

22+
#include "absl/log/globals.h"
23+
#include "absl/log/log.h"
2224
#include "gtest/gtest.h"
2325
#include "ortools/base/init_google.h"
26+
#include "ortools/base/log_severity.h"
2427
#include "ortools/linear_solver/linear_solver.h"
2528
#include "ortools/third_party_solvers/xpress_environment.h"
2629
#define XPRS_NAMELENGTH 1028

0 commit comments

Comments
 (0)