00001 // Copyright (C) 2009 Paragon Decision Technology B.V.00002 // All Rights Reserved.00003 // This code is published under the Eclipse Public License.00004 //00005 // Authors: Marcel Roelofs Paragon Decision Technology B.V. 2009-10-2500006
00007 // Dummy include file to account for missing strings.h header file used in Metis source in MSVC 8.00008
00009 #ifndef _INCLUDED_STRINGS_H_00010 #define _INCLUDED_STRINGS_H_ 00011 #include <string.h>00012 #endif