Fix some build issues

This commit is contained in:
daleclack 2023-05-06 14:26:49 +08:00
parent 8e19703d02
commit 8ee0d38888
3 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
#include <gtkmm.h>
#include <fstream>
#include "../json_nlohmann/json.hpp"
#include "json_nlohmann/json.hpp"
#include "config.hh"
using json = nlohmann::json;

View File

@ -4,7 +4,6 @@
#include <cstdlib>
#include "xerelease.hh"
#include "xeapi.hh"
#include "cfgfile2/cfgfile.hh"
static json data1;

View File

@ -1,7 +1,7 @@
#ifndef __XE_RELEASE_
#define __XE_RELEASE_
#include "../json_nlohmann/json.hpp"
#include "json_nlohmann/json.hpp"
#include "config.hh"
using json = nlohmann::json;