diff --git a/ortools/linear_solver/samples/BasicExample.cs b/ortools/linear_solver/samples/BasicExample.cs index 346fa48be3..2086113219 100644 --- a/ortools/linear_solver/samples/BasicExample.cs +++ b/ortools/linear_solver/samples/BasicExample.cs @@ -13,8 +13,10 @@ // Minimal example to call the GLOP solver. // [START program] +// [START import] using System; using Google.OrTools.LinearSolver; +// [END import] public class BasicExample {