Make r17416 compile.

Abdel, are Windows compiler really that dumb?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17418 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-03-12 15:11:18 +00:00
parent 51f2d5c064
commit d588c13f3f
2 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,8 @@
#ifndef DOCK_VIEW_H
#define DOCK_VIEW_H
#include "controllers/dialog.h"
#include "controllers/Dialog.h"
#include "qt_helpers.h"
#include <boost/scoped_ptr.hpp>

View File

@ -15,6 +15,7 @@
#include "ui/QTocUi.h"
#include <QMainWindow>
#include <QWidget>
namespace lyx {