diff options
Diffstat (limited to 'src/sync.cpp')
| -rw-r--r-- | src/sync.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sync.cpp b/src/sync.cpp index e624a9ee8..d424f7bc9 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -5,8 +5,12 @@ #include "sync.h" #include "util.h" +#include "utilstrencodings.h" + +#include <stdio.h> #include <boost/foreach.hpp> +#include <boost/thread.hpp> #ifdef DEBUG_LOCKCONTENTION void PrintLockContention(const char* pszName, const char* pszFile, int nLine) |