about summary refs log tree commit diff
path: root/absl/flags/usage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/usage.cc')
-rw-r--r--absl/flags/usage.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/absl/flags/usage.cc b/absl/flags/usage.cc
index 60459bc2a476..452f667512e8 100644
--- a/absl/flags/usage.cc
+++ b/absl/flags/usage.cc
@@ -14,9 +14,16 @@
 // limitations under the License.
 #include "absl/flags/usage.h"
 
+#include <stdlib.h>
+
 #include <string>
 
+#include "absl/base/attributes.h"
+#include "absl/base/config.h"
+#include "absl/base/const_init.h"
+#include "absl/base/thread_annotations.h"
 #include "absl/flags/internal/usage.h"
+#include "absl/strings/string_view.h"
 #include "absl/synchronization/mutex.h"
 
 namespace absl {