mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-18 10:26:15 +01:00
Compilation fixes for the Windows build
This commit is contained in:
parent
82d1572f28
commit
cbaad7ff6c
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#ifndef VALIDATORS_H_
|
||||
#define VALIDATORS_H_
|
||||
|
||||
#include <string>
|
||||
#include <QtGui/QValidator>
|
||||
|
||||
using std::wstring;
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include <QtGui/QStandardItemModel>
|
||||
#include <QtGui/QValidator>
|
||||
#include <QtGui/QHeaderView>
|
||||
|
||||
#include "training_widget.h"
|
||||
#include "qtcommon.h"
|
||||
|
|
Loading…
Reference in a new issue