Skip to content

Instantly share code, notes, and snippets.

@ascandella
Last active August 29, 2015 14:09
Show Gist options
  • Save ascandella/6b0f32fdf3f23aadf42c to your computer and use it in GitHub Desktop.
Save ascandella/6b0f32fdf3f23aadf42c to your computer and use it in GitHub Desktop.
THRIFT-2827: Fix functional include
commit d9bb028cebf45492af748088f03ce94bc16845fb (HEAD, 0.9.2)
Author: Aiden Scandella <aiden@uber.com>
Date: Fri Nov 14 16:49:39 2014 -0800
THRIFT-2827: Fix functional include
diff --git a/lib/cpp/test/processor/ProcessorTest.cpp b/lib/cpp/test/processor/ProcessorTest.cpp
index 0283d20..7315904 100644
--- a/lib/cpp/test/processor/ProcessorTest.cpp
+++ b/lib/cpp/test/processor/ProcessorTest.cpp
@@ -23,7 +23,6 @@
* implementations.
*/
-#include <tr1/functional>
#include <boost/test/unit_test.hpp>
#include <thrift/concurrency/PosixThreadFactory.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment