SANTUARIO-568 - DSIGReference is missing a header guard

https://issues.apache.org/jira/browse/SANTUARIO-568


git-svn-id: https://svn.apache.org/repos/asf/santuario/xml-security-cpp/trunk@1894269 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xsec/dsig/DSIGReference.hpp b/xsec/dsig/DSIGReference.hpp
index 53b3dbe..78bd9f0 100644
--- a/xsec/dsig/DSIGReference.hpp
+++ b/xsec/dsig/DSIGReference.hpp
@@ -26,6 +26,9 @@
  *					 
  */
 
+#ifndef DSIGREFERENCE_INCLUDE
+#define DSIGREFERENCE_INCLUDE
+
 // High level include
 #include <xsec/framework/XSECDefs.hpp>
 
@@ -528,6 +531,4 @@
 	friend class DSIGSignedInfo;
 };
 
-
-
-
+#endif /* #define DSIGREFERENCE_INCLUDE */