Github user xubo245 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2816#discussion_r228025690
--- Diff: store/CSDK/main.cpp ---
@@ -21,6 +21,8 @@
#include <iostream>
#include <unistd.h>
#include "CarbonReader.h"
+#include "CarbonRow.h"
+#include <sys/time.h>
--- End diff --
ok, I also change the others.---
