mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
add include for latest gcc. Comment usleep fonction in tou_net.h
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2101 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
074671af29
commit
f481dbef59
8 changed files with 8 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <QFileDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QMovie>
|
||||
#include <time.h>
|
||||
|
||||
#include <util/WidgetBackgroundImage.h>
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
#include "gui/forums/CreateForum.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <time.h>
|
||||
|
||||
#include <QTextCodec>
|
||||
#include <QTextEdit>
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
#include "rsiface/rsfiles.h"
|
||||
|
||||
#include "gui/feeds/SubFileItem.h"
|
||||
#include <time.h>
|
||||
|
||||
#define appDir QApplication::applicationDirPath()
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <time.h>
|
||||
|
||||
/*****
|
||||
* #define DEBUG_ITEM 1
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <time.h>
|
||||
|
||||
/*****
|
||||
* #define NOTIFY_DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue