Add missing includes to key.h
authorVegard Nossum <vegard.nossum@gmail.com>
Sun, 26 Jun 2011 14:11:56 +0000 (16:11 +0200)
committerGavin Andresen <gavinandresen@gmail.com>
Mon, 8 Aug 2011 18:31:07 +0000 (14:31 -0400)
src/key.h

index 3c14cfe..f880d16 100644 (file)
--- a/src/key.h
+++ b/src/key.h
@@ -4,10 +4,17 @@
 #ifndef BITCOIN_KEY_H
 #define BITCOIN_KEY_H
 
+#include <stdexcept>
+#include <vector>
+
 #include <openssl/ec.h>
 #include <openssl/ecdsa.h>
 #include <openssl/obj_mac.h>
 
+#include "serialize.h"
+#include "uint256.h"
+#include "base58.h"
+
 // secp160k1
 // const unsigned int PRIVATE_KEY_SIZE = 192;
 // const unsigned int PUBLIC_KEY_SIZE  = 41;