diff options
Diffstat (limited to 'src/ExtEditor.cc')
| -rw-r--r-- | src/ExtEditor.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ExtEditor.cc b/src/ExtEditor.cc index ad97384..d01a331 100644 --- a/src/ExtEditor.cc +++ b/src/ExtEditor.cc @@ -18,9 +18,15 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ExtEditor.h" + +#include <string> #include "Config.h" +#include "Pointer.h" +#include "LookupTable.h" + +#include "Editor.h" +#include "ExtEditor.h" #define _(text) text // (dgettext (GETTEXT_PACKAGE, text)) |
