Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/628#discussion_r45576725 --- Diff: lib/cpp/test/qt/TQTcpServerTest.cpp --- @@ -1,18 +1,23 @@ #define BOOST_TEST_MODULE TQTcpServerTest #include <QTest> -#include <boost/smart_ptr.hpp> + +#ifndef Q_MOC_RUN + #include <boost/smart_ptr.hpp> --- End diff -- Please put it to #ifdef below as reordering seems OK here.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---