From e1af3737f32e8c925672756866fc287e098b8b61 Mon Sep 17 00:00:00 2001 From: ioioioio Date: Tue, 25 Jun 2019 10:13:53 -0400 Subject: [PATCH] Adding missing cpp --- amalgamation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/amalgamation.sh b/amalgamation.sh index 1a030518..86293c55 100755 --- a/amalgamation.sh +++ b/amalgamation.sh @@ -13,6 +13,7 @@ AMAL_C="simdjson.cpp" # order does not matter ALLCFILES=" +$SCRIPTPATH/src/simdjson.cpp $SCRIPTPATH/src/jsonioutil.cpp $SCRIPTPATH/src/jsonminifier.cpp $SCRIPTPATH/src/jsonparser.cpp