Try to fix windows Winsock.h compilation error

This commit is contained in:
Nicolas Werner 2019-10-06 12:59:51 +02:00
parent 55696ec0ba
commit 241c0236fc
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#pragma once
#include <mtx/responses.hpp>
#include <QAbstractListModel>
#include <QColor>
@ -8,6 +7,8 @@
#include <QHash>
#include <QSet>
#include <mtx/responses.hpp>
#include "Cache.h"
#include "Logging.h"
#include "MatrixClient.h"