Compilation fixes for the Windows build

This commit is contained in:
Olivier Teulière 2011-07-30 13:15:52 +00:00
parent 82d1572f28
commit cbaad7ff6c
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#ifndef VALIDATORS_H_
#define VALIDATORS_H_
#include <string>
#include <QtGui/QValidator>
using std::wstring;

View file

@ -20,6 +20,7 @@
#include <QtGui/QStandardItemModel>
#include <QtGui/QValidator>
#include <QtGui/QHeaderView>
#include "training_widget.h"
#include "qtcommon.h"