aboutsummaryrefslogtreecommitdiff
path: root/examples/gemm_tuner
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gemm_tuner')
-rw-r--r--examples/gemm_tuner/CommonGemmExampleOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gemm_tuner/CommonGemmExampleOptions.h b/examples/gemm_tuner/CommonGemmExampleOptions.h
index 04a8f22be6..5c4be286d6 100644
--- a/examples/gemm_tuner/CommonGemmExampleOptions.h
+++ b/examples/gemm_tuner/CommonGemmExampleOptions.h
@@ -25,7 +25,7 @@
#define ARM_COMPUTE_EXAMPLES_GEMM_TUNER_COMMON_GEMM_EXAMPLE_OPTIONS
#include "arm_compute/core/Types.h"
-#include "arm_compute/graph/TypeLoader.h"
+#include "arm_compute/core/Utils.h"
#include "utils/TypePrinter.h"
#include "utils/command_line/CommandLineOptions.h"
#include "utils/command_line/CommandLineParser.h"