a9e5ffdac8
C++11 compiler is required: cc1plus: error: unrecognized command line option "-std=c++11" include sys/types.h is required by GCC for uint in src/BWidgets/ChoiceBox.cpp, src/BWidgets/ImageIcon.cpp and src/BWidgets/ListBox.cpp. PR: 239440 Approved by: linimon (mentor), yuri (maintainer) Differential Revision: https://reviews.freebsd.org/D21066
10 lines
191 B
C++
10 lines
191 B
C++
--- src/BWidgets/ImageIcon.cpp.orig 2019-07-25 10:05:26 UTC
|
|
+++ src/BWidgets/ImageIcon.cpp
|
|
@@ -16,6 +16,7 @@
|
|
*/
|
|
|
|
#include "ImageIcon.hpp"
|
|
+#include <sys/types.h>
|
|
|
|
namespace BWidgets
|
|
{
|