Tumbleweed版gcc有个bug

编译 qmmp 时出现如下错误

In file included from /home/suse/qmmp/src/plugins/Transports/mms/mmsinputfactory.cpp:21:
In file included from /home/suse/qmmp/src/qmmp/qmmp.h:23:
In file included from /home/suse/Qt5.7.0/5.7/gcc_64/include/QtCore/QString:1:
In file included from /home/suse/Qt5.7.0/5.7/gcc_64/include/QtCore/qstring.h:48:
In file included from /home/suse/Qt5.7.0/5.7/gcc_64/include/QtCore/qchar.h:43:
In file included from /home/suse/Qt5.7.0/5.7/gcc_64/include/QtCore/qglobal.h:94:
In file included from /usr/bin/…/lib64/gcc/x86_64-suse-linux/6/…/…/…/…/include/c++/6/algorithm:62:
In file included from /usr/bin/…/lib64/gcc/x86_64-suse-linux/6/…/…/…/…/include/c++/6/bits/stl_algo.h:59:
/usr/bin/…/lib64/gcc/x86_64-suse-linux/6/…/…/…/…/include/c++/6/cstdlib:75:15: fatal error: ‘stdlib.h’ file not found
#include_next <stdlib.h>
^
1 error generated.
make: *** [Makefile:1164: .build/obj/mmsinputfactory.o] Error 1
12:18:57: 进程"/usr/bin/make" 退出,退出代码 2 。
Error while building/deploying project qmmp (kit: Desktop Qt 5.7.0 Clang 64bit)
When executing step "Make"
12:18:57: Elapsed time: 00:02.

搜索,发现 Debian 上 gcc 最近也有类似 bug