diff options
Diffstat (limited to 'testing/fx_string_testhelpers.h')
-rw-r--r-- | testing/fx_string_testhelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/fx_string_testhelpers.h b/testing/fx_string_testhelpers.h index d5a45f8635..a47242805f 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/fxcrt/include/fx_string.h" // Output stream operator so GTEST macros work with FX strings. std::ostream& operator<<(std::ostream& out, const CFX_ByteStringC& str); |