fixed some pointer- and loop-based derps

This commit is contained in:
Thomas Winget 2014-06-06 15:45:21 -04:00
parent d22e458c6c
commit 72c3f36ca4
3 changed files with 6 additions and 1 deletions

View file

@ -10,7 +10,10 @@
#include "account.h"
#include "warnings.h"
#include "crypto/crypto.h"
extern "C"
{
#include "crypto/blake256.h"
}
#include "cryptonote_core/cryptonote_basic_impl.h"
#include "cryptonote_core/cryptonote_format_utils.h"
using namespace std;