Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2816#discussion_r227681257
--- 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 --
Move before "CarbonReader.h"---
