X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_retrace.cpp;h=062f51bdded2456bd6ca33959c421c10c72abecf;hb=8e27804d29abfa3a7cd8630aaa3394677c8a3844;hp=a2dbd09986b86ffc5d31ab5318b02849699f8d4e;hpb=975f124938c523fc15933bcd4cdd7a25ce48ebc4;p=apitrace diff --git a/cli/cli_retrace.cpp b/cli/cli_retrace.cpp index a2dbd09..062f51b 100644 --- a/cli/cli_retrace.cpp +++ b/cli/cli_retrace.cpp @@ -35,7 +35,7 @@ #include "os_process.hpp" #include "trace_parser.hpp" -#include "trace_resource.hpp" +#include "cli_resources.hpp" #include "cli.hpp" #include "cli_retrace.hpp" @@ -89,7 +89,7 @@ executeRetrace(const std::vector & opts, } std::vector command; - os::String retracePath = trace::findProgram(retraceName); + os::String retracePath = findProgram(retraceName); if (retracePath.length()) { command.push_back(retracePath); } else {