Skip to content

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Mar 10, 2022
1 parent c6e54b9 commit f45b76f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions extensions/gcp/GCPAttributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#pragma once

#include "google/cloud/storage/object_metadata.h"
#include "core/FlowFile.h"

namespace org::apache::nifi::minifi::extensions::gcp {

Expand Down
3 changes: 3 additions & 0 deletions extensions/gcp/processors/PutGcsObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@

#include "core/Resource.h"
#include "core/FlowFile.h"
#include "core/ProcessContext.h"
#include "core/ProcessSession.h"
#include "io/StreamPipe.h"
#include "utils/OptionalUtils.h"
#include "../GCPAttributes.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "../controllerservices/GcpCredentialsControllerService.h"
#include "core/Resource.h"
#include "core/Processor.h"
#include "core/controller/ControllerServiceNode.h"
#include "rapidjson/document.h"
#include "rapidjson/stream.h"
#include "rapidjson/writer.h"
Expand Down

0 comments on commit f45b76f

Please sign in to comment.