Skip to content

Commit c536e3f

Browse files
committed
fix
1 parent f5444a1 commit c536e3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ortools/linear_solver/xpress_interface_test.cc

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

22+
#include "absl/log/globals.h"
2223
#include "gtest/gtest.h"
2324
#include "ortools/base/init_google.h"
25+
#include "ortools/base/log_severity.h"
2426
#include "ortools/linear_solver/linear_solver.h"
2527
#include "ortools/third_party_solvers/xpress_environment.h"
2628
#define XPRS_NAMELENGTH 1028

0 commit comments

Comments
 (0)