X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..d11e8786ed13b72766eea18cb577cc00f9f08f41:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 5ea82acabd..267a4b4d13 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -1,6 +1,19 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: help.h +// Purpose: wxHelpController base header +// Author: wxWidgets Team +// Modified by: +// Created: +// Copyright: (c) wxWidgets Team +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_HELP_H_BASE_ #define _WX_HELP_H_BASE_ +#include "wx/defs.h" + #if wxUSE_HELP #include "wx/helpbase.h"