reindent, add #include <cstding>

This commit is contained in:
Laurent Perron
2021-04-23 14:55:51 +02:00
parent 856e3502a8
commit 29791a179f
19 changed files with 177 additions and 178 deletions

View File

@@ -19,6 +19,7 @@
// Data is for 1 bin and 10 items. Scaling is done my having m bins and m copies
// of each items.
#include <cstdint>
#include <vector>
#include "absl/flags/flag.h"