From 6ab173a03356655905450e1020650f88d235662a Mon Sep 17 00:00:00 2001
From: James D'Alton <jda1g15@soton.ac.uk>
Date: Thu, 14 May 2020 16:05:53 +0100
Subject: [PATCH] fixed issues with xcolor colours not being defined

---
 report/src/ecsgdp.cls | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/report/src/ecsgdp.cls b/report/src/ecsgdp.cls
index e963e11a..6949824d 100644
--- a/report/src/ecsgdp.cls
+++ b/report/src/ecsgdp.cls
@@ -104,7 +104,7 @@
 \usepackage{listings}
 \usepackage{float}
 \usepackage{makecell}
-\usepackage[table]{xcolor}
+\usepackage[dvipsnames, table]{xcolor}
 \usepackage{tikz}
 \usepackage{tikz-uml}
 \usepackage[figuresright]{rotating}
-- 
GitLab