externals: allow user to use system inih (#7073)

This commit is contained in:
Castor215
2023-10-16 19:31:56 -07:00
committed by GitHub
parent 4c59443ed2
commit 956b0868fd
6 changed files with 74 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <memory>
#include <sstream>
#include <unordered_map>
#include <inih/cpp/INIReader.h>
#include <INIReader.h>
#include "common/file_util.h"
#include "common/logging/backend.h"
#include "common/logging/log.h"