Skip to content

Commit

Permalink
fix 0.6.1 -O3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Apr 17, 2024
1 parent d2e493d commit 3546f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/util.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef UTIL_HPP
#define UTIL_HPP
#define FMT_HEADER_ONLY 1
#define FMT_HEADER_ONLY

#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define TOML_IMPLEMENTATION
#define FMT_HEADER_ONLY
#include "config.hpp"
#include "util.hpp"
#include "ini.h"
Expand Down

0 comments on commit 3546f4c

Please sign in to comment.