Skip to content

Commit

Permalink
Only include tchar.h in Context.cpp when building for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 committed Feb 6, 2024
1 parent 157b782 commit d4c4b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
#include <spdlog/sinks/rotating_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include "install_config.h"

#ifdef _WIN32
#include <tchar.h>
#endif

#ifdef __APPLE__
#include "utils/OSXFolderManager.h"
Expand Down

0 comments on commit d4c4b67

Please sign in to comment.