Merge pull request #882 from topcat/iss879

Included QStringList header in ApiServerLocal.cpp [Issue 879]
This commit is contained in:
csoler 2017-06-12 22:16:46 +02:00 committed by GitHub
commit 1e7feecdf0

View File

@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <QStringList>
#include "ApiServerLocal.h"
#include "JsonStream.h"