summaryrefslogtreecommitdiff
path: root/absl/flags/internal/type_erased_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/internal/type_erased_test.cc')
-rw-r--r--absl/flags/internal/type_erased_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/internal/type_erased_test.cc b/absl/flags/internal/type_erased_test.cc
index bb0ff23e..42f374dc 100644
--- a/absl/flags/internal/type_erased_test.cc
+++ b/absl/flags/internal/type_erased_test.cc
@@ -20,8 +20,8 @@
#include "gtest/gtest.h"
#include "absl/flags/flag.h"
+#include "absl/flags/internal/commandlineflag.h"
#include "absl/flags/internal/registry.h"
-#include "absl/flags/marshalling.h"
#include "absl/memory/memory.h"
ABSL_FLAG(int, int_flag, 1, "int_flag help");