Add Google's LevelDB support
[novacoin.git] / src / miner.cpp
index ac25b97..5ae487c 100644 (file)
@@ -4,6 +4,7 @@
 // Distributed under the MIT/X11 software license, see the accompanying
 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
 
+#include "txdb.h"
 #include "miner.h"
 #include "kernel.h"