Reorganize includes a bit
[novacoin.git] / src / checkpoints.cpp
index c308542..419da0a 100644 (file)
@@ -12,6 +12,8 @@
 
 using namespace std;
 
+extern unsigned int nStakeMinAge;
+
 namespace Checkpoints
 {
     typedef map<int, pair<uint256, unsigned int> > MapCheckpoints;