summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/async/TAsyncProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cpp/src/thrift/async/TAsyncProcessor.h')
-rw-r--r--lib/cpp/src/thrift/async/TAsyncProcessor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/cpp/src/thrift/async/TAsyncProcessor.h b/lib/cpp/src/thrift/async/TAsyncProcessor.h
index 019233945..1c927fad1 100644
--- a/lib/cpp/src/thrift/async/TAsyncProcessor.h
+++ b/lib/cpp/src/thrift/async/TAsyncProcessor.h
@@ -20,9 +20,11 @@
#ifndef _THRIFT_TASYNCPROCESSOR_H_
#define _THRIFT_TASYNCPROCESSOR_H_ 1
-#include <thrift/protocol/TProtocol.h>
+#include <functional>
#include <memory>
+
#include <thrift/TProcessor.h>
+#include <thrift/protocol/TProtocol.h>
namespace apache {
namespace thrift {