| commit | e3e0a7129111d81f77424fe321ca1635de33d20b | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Sun Feb 23 00:18:57 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Sun Feb 23 00:18:57 2020 -0800 |
| tree | d9486cae3c2f1d375354804b70bbb97440beaae4 | |
| parent | d1010bdb390103a258a393bab872ca776337ee65 [diff] [blame] |
Use the public cxxbridge.h include path
diff --git a/tests/ffi/tests.h b/tests/ffi/tests.h index 14e019f..87aac67 100644 --- a/tests/ffi/tests.h +++ b/tests/ffi/tests.h
@@ -1,5 +1,5 @@ #pragma once -#include "include/cxxbridge.h" +#include "cxxbridge/cxxbridge.h" #include <memory> #include <string>