diff options
Diffstat (limited to 'src/htmlhelp.h')
-rw-r--r-- | src/htmlhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htmlhelp.h b/src/htmlhelp.h index 4b8064d..85e46e0 100644 --- a/src/htmlhelp.h +++ b/src/htmlhelp.h @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2012 by Dimitri van Heesch. + * Copyright (C) 1997-2013 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -22,6 +22,7 @@ #define HTMLHELP_H #include <qstrlist.h> +#include <qdict.h> #include "index.h" #include "ftextstream.h" |