prepared for precompiled headers support. fixed issue where storage didn't lock the session properly. fixed typo in natpmp.cpp

This commit is contained in:
Arvid Norberg
2007-03-17 17:15:16 +00:00
parent 4ac08f393a
commit 8957b64c04
44 changed files with 204 additions and 20 deletions

View File

@@ -30,6 +30,8 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include "libtorrent/pch.hpp"
#include <string>
#include <cassert>
#include <stdexcept>