More vc2010 stuff (part deux)

This commit is contained in:
unknown
2010-10-07 21:23:50 -05:00
parent 227a72c421
commit 49e4959bf5
8 changed files with 40 additions and 12 deletions

View File

@@ -35,6 +35,9 @@
#include <iostream>
#include <fstream>
#if LL_MSVC
#pragma warning( disable : 4265 ) // "class has virtual functions, but destructor is not virtual"
#endif
#include <boost/regex.hpp>
#include "llfeaturemanager.h"