commit | b807581d59ca0fe0be1d46c87b4adce19e09c8c5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Oct 19 09:36:49 2020 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Mon Oct 19 10:24:35 2020 -0700 |
tree | 9cfa6367652fe624799fad64ff8e23fc0ca27817 | |
parent | eeba02959762fc95004bc5539f9e3a0ec80252a0 [diff] [blame] |
Help IWYU understand headers. Change-Id: Ieaa9e70d566b759d9c3664381bc5a6ab48c2575f
diff --git a/aos/flatbuffers.h b/aos/flatbuffers.h index 5da7466..39b072b 100644 --- a/aos/flatbuffers.h +++ b/aos/flatbuffers.h
@@ -7,7 +7,7 @@ #include "absl/types/span.h" #include "aos/containers/resizeable_buffer.h" #include "aos/macros.h" -#include "flatbuffers/flatbuffers.h" +#include "flatbuffers/flatbuffers.h" // IWYU pragma: export #include "glog/logging.h" namespace aos {