| Index: testing/fx_string_testhelpers.h
|
| diff --git a/testing/fx_string_testhelpers.h b/testing/fx_string_testhelpers.h
|
| index 2880f84ed19e60af1423108cb5e5746606956d72..4dd37c6398b9f5f5d44df329fbf08b429a0d93fe 100644
|
| --- a/testing/fx_string_testhelpers.h
|
| +++ b/testing/fx_string_testhelpers.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include <ostream>
|
|
|
| -#include "../core/include/fxcrt/fx_string.h"
|
| +#include "core/include/fxcrt/fx_string.h"
|
|
|
| // Output stream operator so GTEST macros work with FX strings.
|
| std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str);
|
|
|