examples/cpp: update solve.cc

This commit is contained in:
Corentin Le Molgat
2022-04-06 11:12:27 +02:00
parent 8aa6af702a
commit 87f89bf031

View File

@@ -49,8 +49,10 @@
// --dump_response=/tmp/foo.response \
// 2>/tmp/foo.err
#include <algorithm>
#include <cstdio>
#include <string>
#include <vector>
#include "absl/flags/flag.h"
#include "absl/flags/parse.h"