Skip to content

Commit ef5512d

Browse files
author
ochafik
committed
fix json include
1 parent 3628060 commit ef5512d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/minja/chat-template.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <string>
2121
#include <vector>
2222

23-
#include <nlohmann/json.hpp>
23+
#include <json.hpp>
2424

2525
using json = nlohmann::ordered_json;
2626

common/minja/minja.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include <utility>
2929
#include <vector>
3030

31-
#include <nlohmann/json.hpp>
31+
#include <json.hpp>
3232

3333
using json = nlohmann::ordered_json;
3434

0 commit comments

Comments
 (0)