Merge pull request #233 from QuasarApp/qt5.9

fix #231 added std assert include
This commit is contained in:
Andrei Yankovich 2019-12-09 15:56:04 +03:00 committed by GitHub
commit 292917eb1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@
#include "pathutils.h"
#include "quasarapp.h"
#include <assert.h>
bool ConfigParser::parseParams() {
auto path = QuasarAppUtils::Params::getStrArg("confFile");

View File

@ -22,6 +22,7 @@
#include <quasarapp.h>
#include <stdio.h>
#include <assert.h>
#include <fstream>

View File

@ -13,6 +13,7 @@
#include <configparser.h>
#include "filemanager.h"
#include <assert.h>
bool MetaFileManager::createRunScriptWindows(const QString &target) {