Missing header for Xerces 2.8
authorScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:33:52 +0000 (01:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 14 Sep 2010 01:33:52 +0000 (01:33 +0000)
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;