algorithms: update to use base/gmock.h

This commit is contained in:
Corentin Le Molgat
2024-02-21 18:28:21 +01:00
parent 068dc36033
commit ab654ac3f3
9 changed files with 11 additions and 10 deletions

View File

@@ -27,8 +27,8 @@
#include "absl/strings/str_format.h"
#include "absl/time/time.h"
#include "benchmark/benchmark.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "ortools/base/gmock.h"
#include "ortools/base/hash.h"
namespace operations_research {