BUG(2229): Fix compiling with g++ 4.4

The correct header would be cstdint, but it isn't in the c++ standard yet
This commit is contained in:
Henrik Grindal Bakken 2009-07-06 23:18:59 +02:00 committed by Thomas Frauendorfer
parent 34ec901a1d
commit 9e1b318854
2 changed files with 2 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include "ui_entryinfo.h"
#include <stdint.h>
#include <QDialog>
class XClientCache;

View file

@ -16,6 +16,7 @@
#ifndef __PLAYLISTCONTROLS_H__
#define __PLAYLISTCONTROLS_H__
#include <stdint.h>
#include <QWidget>
#include <QMap>