[
https://issues.apache.org/jira/browse/ORC-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16668114#comment-16668114
]
ASF GitHub Bot commented on ORC-418:
------------------------------------
majetideepak commented on a change in pull request #328: ORC-418. Fix broken
docker builds.
URL: https://github.com/apache/orc/pull/328#discussion_r229172742
##########
File path: c++/src/RLEv1.hh
##########
@@ -22,6 +22,7 @@
#include "Adaptor.hh"
#include "RLE.hh"
+#include <cstdint>
Review comment:
http://www.cplusplus.com/forum/beginner/128573/
says must include `windows.h`
```
#ifdef _WIN32
#include <windows.h>
#endif
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix broken centos6 compilation
> ------------------------------
>
> Key: ORC-418
> URL: https://issues.apache.org/jira/browse/ORC-418
> Project: ORC
> Issue Type: Improvement
> Components: C++
> Affects Versions: 1.6.0
> Reporter: Owen O'Malley
> Assignee: Owen O'Malley
> Priority: Major
>
> We've accidentally broken the centos 6 C++ build.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)