#include "wx/fs_mem.h"
-#ifndef WXPRECOMP
+#ifndef WX_PRECOMP
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/hash.h"
+ #include "wx/wxcrtvararg.h"
#if wxUSE_GUI
#include "wx/bitmap.h"
#include "wx/image.h"
InitTime();
}
- ~MemFSHashObj()
+ virtual ~MemFSHashObj()
{
delete[] m_Data;
}