graphics/blender: prepare for upcoming Boost 1.81

This commit is contained in:
Dima Panov 2022-12-29 12:43:38 +03:00
parent 6731815a3a
commit 54987ab090

View File

@ -0,0 +1,17 @@
https://bugs.gentoo.org/887059
Adding include as suggested by the compiler:
"intern/locale/boost_locale_wrapper.cpp:12:1: note: std::cout is defined
in header <iostream>; did you forget to #include <iostream>?"
--- intern/locale/boost_locale_wrapper.cpp
+++ intern/locale/boost_locale_wrapper.cpp
@@ -9,6 +9,7 @@
#include <stdio.h>
#include "boost_locale_wrapper.h"
+#include <iostream>
static std::string messages_path;
static std::string default_domain;