Fix for the CentOS 7 support

This commit is contained in:
Javier Marcos 2015-02-11 22:07:25 -08:00
parent 65e0da4790
commit 715f894c1c
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
*
*/
#include <csignal>
#include <thrift/protocol/TBinaryProtocol.h>
#include <thrift/server/TSimpleServer.h>
#include <thrift/transport/TServerSocket.h>

View File

@ -458,7 +458,7 @@ function main() {
elif [[ $DISTRO = "centos7" ]]; then
package gcc
package binutils
#package gcc-c++
package gcc-c++
package cmake
fi