Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit c9cace8

Browse files
authored
fix path
1 parent 9dc12be commit c9cace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/server/ai_activity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include "ai_activity.h"
99
#include "ai_basenpc.h"
1010
#include "stringregistry.h"
11-
#include "json.hpp" // Include nlohmann/json.hpp
11+
#include "../../thirdparty/json.hpp" // Include nlohmann/json.hpp
1212

1313

1414
using json = nlohmann::json;

0 commit comments

Comments
 (0)