Bugfix: explicitly state the header to be included to replace deprecated one

Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
Change-Id: I3f2bc1afc9873ed111b756717b2e86acce268598
diff --git a/delegate/include/DelegateOptions.hpp b/delegate/include/DelegateOptions.hpp
index 1c3ffb6..2152e20 100644
--- a/delegate/include/DelegateOptions.hpp
+++ b/delegate/include/DelegateOptions.hpp
@@ -5,4 +5,4 @@
 
 #include <armnn/delegate/common/include/DelegateOptions.hpp>
 #pragma message("armnn/delegate/include/DelegateOptions.hpp has been deprecated, it is due for removal in"\
-                " 24.02 release. Please use public interface ")
\ No newline at end of file
+                " 24.02 release. Please include armnn/delegate/common/include/DelegateOptions.hpp instead.")