aboutsummaryrefslogtreecommitdiff
path: root/tests/framework
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-08-27 13:39:47 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:54:54 +0000
commit4dbc0a979f06352353eec2ffc72485af8a91056a (patch)
treebd1f80a2fefa795bddd2ce637050adc0bfd7d1ba /tests/framework
parent226e4b92b191491ffa57ede66eba1d5d6fcf3b76 (diff)
downloadComputeLibrary-4dbc0a979f06352353eec2ffc72485af8a91056a.tar.gz
COMPMID-1541: Remove dependency on tests/ headers in utils/TypePrinter.h
Change-Id: I04c11c3b8e215e5f116f188453cfa9211277be4a Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145712 Reviewed-by: Michele DiGiorgio <michele.digiorgio@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/datasets/ContainerDataset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/datasets/ContainerDataset.h b/tests/framework/datasets/ContainerDataset.h
index 8dfd2164c7..20af8a4dac 100644
--- a/tests/framework/datasets/ContainerDataset.h
+++ b/tests/framework/datasets/ContainerDataset.h
@@ -26,6 +26,7 @@
#include "Dataset.h"
#include "support/ToolchainSupport.h"
+#include "tests/TypePrinter.h"
#include <string>
#include <tuple>