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:
parent
34ec901a1d
commit
9e1b318854
2 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include "ui_entryinfo.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#include <QDialog>
|
||||
|
||||
class XClientCache;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#ifndef __PLAYLISTCONTROLS_H__
|
||||
#define __PLAYLISTCONTROLS_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <QWidget>
|
||||
#include <QMap>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue