Skip to content

Commit af48c5d

Browse files
drupoldongjoon-hyun
authored andcommitted
ORC-1871: Include iomanip at Test(DictionaryEncoding|ConvertColumnReader)
### What changes were proposed in this pull request? Add missing includes in source files ### Why are the changes needed? To package `orc` in The Linux NixOS distribution. The [PR](NixOS/nixpkgs#395541) has already be merged, it will be available to the public very soon ([PR tracker](https://nixpkgs-tracker.ocfox.me/?pr=395541)). This is [the commit](NixOS/nixpkgs@48ff182) to add `apache-orc` to NixOS in a **reproducible way**. ### How was this patch tested? Compilation is now successfully achieved with the patch. ### Was this patch authored or co-authored using generative AI tooling? Absolutely not. Closes #2175 from drupol/push-yvkkqmxxmzxl. Authored-by: Pol Dellaiera <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent cccd4cc commit af48c5d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

c++/test/TestConvertColumnReader.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include "ConvertColumnReader.hh"
2828
#include "MemoryInputStream.hh"
2929
#include "MemoryOutputStream.hh"
30+
#include <iomanip>
3031

3132
namespace orc {
3233

c++/test/TestDictionaryEncoding.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include "wrap/gtest-wrapper.h"
2626

2727
#include <cmath>
28+
#include <iomanip>
2829
#include <sstream>
2930

3031
namespace orc {

0 commit comments

Comments
 (0)