diff options
Diffstat (limited to 'chromium/ipc/ipc_message_attachment.cc')
-rw-r--r-- | chromium/ipc/ipc_message_attachment.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/ipc/ipc_message_attachment.cc b/chromium/ipc/ipc_message_attachment.cc index 55f0d3c5043..fb5d5a64c28 100644 --- a/chromium/ipc/ipc_message_attachment.cc +++ b/chromium/ipc/ipc_message_attachment.cc @@ -6,6 +6,7 @@ #include "base/files/scoped_file.h" #include "base/logging.h" +#include "base/notreached.h" #include "ipc/ipc_mojo_handle_attachment.h" #include "mojo/public/cpp/system/platform_handle.h" |