Skip to content

Commit ac7e1fe

Browse files
committed
Fixed library import
1 parent 2787bb9 commit ac7e1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/windows/cpp/ChatServer/PromptHandler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <string>
88
#include <vector>
9-
#include <nlohmann/json.hpp>
9+
#include "json.hpp"
1010

1111
namespace AppUtils
1212
{

0 commit comments

Comments
 (0)