fixed missing include

This commit is contained in:
Arvid Norberg 2007-11-18 01:34:43 +00:00
parent 22331edcd1
commit fa8c0c1133
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <cctype>
#include <algorithm>
#include <string>
#include <cstring>
#include "libtorrent/config.hpp"
#include "libtorrent/assert.hpp"