From c82850dee531e642b6c679609daedea1123e08f4 Mon Sep 17 00:00:00 2001 From: Laurent Perron Date: Fri, 23 Apr 2021 15:37:24 +0200 Subject: [PATCH] fix --- ortools/sat/swig_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ortools/sat/swig_helper.h b/ortools/sat/swig_helper.h index ddff136950..a4d5a27d85 100644 --- a/ortools/sat/swig_helper.h +++ b/ortools/sat/swig_helper.h @@ -16,6 +16,7 @@ #include +#include "absl/strings/match.h" #include "ortools/base/file.h" #include "ortools/sat/cp_model.pb.h" #include "ortools/sat/cp_model_checker.h"