| From a84e98d2ea96b737e68b8ea638eb3216d2bc9e5d Mon Sep 17 00:00:00 2001 |
| From: danakj <danakj@chromium.org> |
| Date: Tue, 2 Nov 2021 17:11:20 -0400 |
| Subject: [PATCH] Change cxx header include to be an absolute path |
| |
| --- |
| third_party/rust/cxx/v1/crate/src/cxx.cc | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| diff --git a/third_party/rust/cxx/v1/crate/src/cxx.cc b/third_party/rust/cxx/v1/crate/src/cxx.cc |
| index 5dca531bed94f..686b1a9cdaab0 100644 |
| --- a/third_party/rust/cxx/v1/crate/src/cxx.cc |
| +++ b/third_party/rust/cxx/v1/crate/src/cxx.cc |
| @@ -1,4 +1,4 @@ |
| -#include "../include/cxx.h" |
| +#include "third_party/rust/cxx/v1/crate/include/cxx.h" |
| #include <cstring> |
| #include <iostream> |
| #include <memory> |
| -- |
| 2.33.1.1089.g2158813163f-goog |
| |