diff --git a/csvreader.cpp b/csvreader.cpp index 2a091bb..84fd8d8 100644 --- a/csvreader.cpp +++ b/csvreader.cpp @@ -4,7 +4,7 @@ #include "csvreader.h" #include "parser.h" -#include "threadpoool.h" +#include "threadpool.h" namespace usql { diff --git a/threadpoool.h b/threadpool.h similarity index 100% rename from threadpoool.h rename to threadpool.h diff --git a/utils/cp_to_mlisp.sh b/utils/cp_to_mlisp.sh index 738e55f..dc218d0 100755 --- a/utils/cp_to_mlisp.sh +++ b/utils/cp_to_mlisp.sh @@ -20,5 +20,6 @@ row.cpp \ parser.cpp \ table.h \ table.cpp \ +threadpool.h \ index.h \ ../mlisp/usql