summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Valery Mironov <32071355+MBkkt@users.noreply.github.com>2023-01-06 01:20:58 +0300
committerGravatar GitHub <noreply@github.com>2023-01-06 01:20:58 +0300
commit9ccc6102638f43424a239562f3ef59cf1bc276d4 (patch)
treeeb4332e21330878fac219f7e67317606e5408bc7
parent797f265d3dd464f1ebb6d43c9671596fc4208cf3 (diff)
Fix missing include
-rw-r--r--absl/flags/parse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/absl/flags/parse.cc b/absl/flags/parse.cc
index cd61e80a..fa953f55 100644
--- a/absl/flags/parse.cc
+++ b/absl/flags/parse.cc
@@ -31,6 +31,7 @@
#include <windows.h>
#endif
+#include "absl/algorithm/container.h"
#include "absl/base/attributes.h"
#include "absl/base/config.h"
#include "absl/base/const_init.h"