fix unit tests build

This commit is contained in:
Arvid Norberg 2013-09-02 09:35:15 +00:00
parent 275c340231
commit 531d51dccf
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/file.hpp"
#include "test.hpp"
#include <string.h> // for strcmp
#include <vector>
#include <set>

View File

@ -34,6 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/escape_string.hpp"
#include "libtorrent/string_util.hpp"
#include <iostream>
#include <string.h> // for strcmp
using namespace libtorrent;