Index: src/common/TRegistry.cpp
===================================================================
diff -u -r6609ba39811176f4803f0556db3da30e9e457b9d -re6380ed876ab438bb19585713b36bc1d400f5d95
--- src/common/TRegistry.cpp	(.../TRegistry.cpp)	(revision 6609ba39811176f4803f0556db3da30e9e457b9d)
+++ src/common/TRegistry.cpp	(.../TRegistry.cpp)	(revision e6380ed876ab438bb19585713b36bc1d400f5d95)
@@ -19,6 +19,7 @@
 #include "stdafx.h"
 #include "TRegistry.h"
 #include <Shlwapi.h>
+#include <boost/numeric/conversion/cast.hpp>
 
 TRegistry::TRegistry(HKEY key, const wchar_t* pszKey, bool bReadOnly)
 {