fix #231 added std assert include

This commit is contained in:
Andrei Yankovich 2019-12-09 15:13:00 +03:00
parent 497a22a180
commit 5a1f7a6849
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) {