Skip to content

Commit

Permalink
ndb_cassandra: update include paths as expected by thrift lib package
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed May 5, 2021
1 parent 4b9fe7b commit 3511e0a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/modules/ndb_cassandra/Cassandra.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/modules/ndb_cassandra/cassandra_types.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions src/modules/ndb_cassandra/thrift_wrapper.cpp
@@ -1,11 +1,11 @@
#include "Thrift.h"
#include "transport/TSocket.h"
#include "transport/TTransport.h"
#include "transport/TBufferTransports.h"
#include "protocol/TProtocol.h"
#include "protocol/TBinaryProtocol.h"
#include "Cassandra.h"
#include <thrift/Thrift.h>
#include <thrift/transport/TSocket.h>
#include <thrift/transport/TTransport.h>
#include <thrift/transport/TBufferTransports.h>
#include <thrift/protocol/TProtocol.h>
#include <thrift/protocol/TBinaryProtocol.h>

#include "Cassandra.h"
#include "thrift_wrapper.h"

using namespace std;
Expand Down

0 comments on commit 3511e0a

Please sign in to comment.