diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-11 00:22:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-11 00:22:35 +0100 |
| commit | 550e5859cda41b9dfd3a84ac83fe3b6491597f5b (patch) | |
| tree | d3c846ed1c0d130077c9e65c97896bf0b65ecb04 /src/certificates.h | |
| parent | 6f4d2af753813849c5cf0e9e568edad667b8b77a (diff) | |
Some speculative win32 build fixes.
Diffstat (limited to 'src/certificates.h')
| -rw-r--r-- | src/certificates.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/certificates.h b/src/certificates.h index 42ae8d27..06baa547 100644 --- a/src/certificates.h +++ b/src/certificates.h @@ -24,6 +24,9 @@ #include <list> #include <boost/noncopyable.hpp> #include <boost/shared_ptr.hpp> +#ifdef LIBDCP_WINDOWS +#include "wincrypt.h" +#endif #include <openssl/x509.h> class certificates; |
