mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed JSONAPI build for Windows
This commit is contained in:
parent
5a63030d79
commit
458a8b0878
5 changed files with 40 additions and 31 deletions
|
@ -16,11 +16,11 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <QCoreApplication>
|
||||
#include <QDebug>
|
||||
#include <QtXml>
|
||||
#include <QDirIterator>
|
||||
#include <QFileInfo>
|
||||
#include <QtCore/QCoreApplication>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtXml/QtXml>
|
||||
#include <QtCore/QDirIterator>
|
||||
#include <QtCore/QFileInfo>
|
||||
#include <iterator>
|
||||
|
||||
struct MethodParam
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue