Skip to content

Commit 90d2495

Browse files
authored
Add FAST_CSV_OPTION_TYPE_SUPPORT define to fast_csv [BUILD-421] (#15)
1 parent 3696c37 commit 90d2495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third_party/fast_csv.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ package(
1515
cc_library(
1616
name = "fast_csv",
1717
hdrs = glob(["**"]),
18+
defines = ["FAST_CSV_OPTION_TYPE_SUPPORT"],
1819
includes = ["."],
1920
)

0 commit comments

Comments
 (0)