From 888e87909e1a6c3cf93498e6ecb2d451c7551153 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Fri, 30 Aug 2019 15:01:55 -0700 Subject: Add C++ toolchain and fix compile issues. This was accidentally introduced in 31f05d5d4f62c4cd4fe3b95b333d0130aae4b2c1. Fixes #788. PiperOrigin-RevId: 266462843 --- test/syscalls/linux/open.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test/syscalls/linux/open.cc') diff --git a/test/syscalls/linux/open.cc b/test/syscalls/linux/open.cc index e0525f386..2b1df52ce 100644 --- a/test/syscalls/linux/open.cc +++ b/test/syscalls/linux/open.cc @@ -21,6 +21,7 @@ #include "gmock/gmock.h" #include "gtest/gtest.h" +#include "absl/memory/memory.h" #include "test/syscalls/linux/file_base.h" #include "test/util/capability_util.h" #include "test/util/cleanup.h" -- cgit v1.2.3