Skip to content

Commit 94b8d48

Browse files
committed
Add JSON include
1 parent 85b90be commit 94b8d48

File tree

3 files changed

+24599
-1
lines changed

3 files changed

+24599
-1
lines changed

devserver/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
filegroup(
22
name = "main",
3-
srcs = glob(["main.cc", "httplib/httplib.h", "argparse/argparse.h"]),
3+
srcs = glob(["main.cc", "httplib/httplib.h", "argparse/argparse.h", "json/json.h"]),
44
visibility = ["//visibility:public"],
55
)
66

0 commit comments

Comments
 (0)