Missing header for Xerces 2.8
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:33:52 +0000 (01:33 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Tue, 14 Sep 2010 01:33:52 +0000 (01:33 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/branches/REL_1@794 de75baf8-a10c-0410-a50a-987c0e22f00f

xmltooling/encryption/impl/EncryptedKeyResolver.cpp

index 6efe395..79553e6 100644 (file)
@@ -24,6 +24,8 @@
 #include "encryption/EncryptedKeyResolver.h"
 #include "signature/KeyInfo.h"
 
+#include <xercesc/util/XMLUniDefs.hpp>
+
 using namespace xmlencryption;
 using namespace xmlsignature;
 using namespace xmltooling;