mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
Missing include for uint32_t type with GCC 4.4.3
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2857 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c85fa705ba
commit
47f97e20b9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <QObject>
|
||||
#include <QModelIndex>
|
||||
#include <QVariant>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "ui_DetailsDialog.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue