fix: include an error head file

This commit is contained in:
dreamsourcelabTAI 2022-06-27 18:11:39 +08:00
parent f5bebc87cd
commit 3537df0abc

View File

@ -30,7 +30,7 @@
#include <cstring>
#include <assert.h>
#include <string.h>
#include <malloc.h>
#include <stdlib.h>
#include <QDebug>
#include "../../config/appconfig.h"