FIX: warnings, disabling 4786

This commit is contained in:
Julien Jomier 2003-04-23 17:24:49 -04:00
parent 499d7ea682
commit d0374eccad
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@
#ifndef @KWSYS_NAMESPACE@_Directory_hxx
#define @KWSYS_NAMESPACE@_Directory_hxx
#ifdef _MSC_VER
#pragma warning ( disable : 4786 )
#endif
#include <@KWSYS_NAMESPACE@/StandardIncludes.hxx>
#include <string>