COMPMID-363 Add Graph library support

Change-Id: Ie841419bf65d0e06bdfe0bdd2d8d4e0bb3631e54
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/87931
Reviewed-by: Pablo Tello <pablo.tello@arm.com>
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
diff --git a/tests/validation_old/Validation.cpp b/tests/validation_old/Validation.cpp
index 8f173ba..da5e874 100644
--- a/tests/validation_old/Validation.cpp
+++ b/tests/validation_old/Validation.cpp
@@ -31,9 +31,9 @@
 #include "arm_compute/runtime/Tensor.h"
 #include "tests/IAccessor.h"
 #include "tests/RawTensor.h"
-#include "tests/TypePrinter.h"
 #include "tests/Utils.h"
 #include "tests/validation_old/half.h"
+#include "utils/TypePrinter.h"
 
 #include <array>
 #include <cmath>