Add missing header for gcc 4.4
authorScott Cantor <cantor.2@osu.edu>
Sun, 9 Nov 2008 20:47:10 +0000 (20:47 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 9 Nov 2008 20:47:10 +0000 (20:47 +0000)
xmltooling/encryption/Encryption.h

index c1fb590..dc3d2c8 100644 (file)
@@ -24,6 +24,7 @@
 #define __xmltooling_encryption_h__
 
 #include <xmltooling/signature/KeyInfo.h>
+#include <cstdio>
 
 /**
  * Macro for declaring encryption builders.