Skip to content
Snippets Groups Projects
Commit 54987ab0 authored by Dima Panov's avatar Dima Panov
Browse files

graphics/blender: prepare for upcoming Boost 1.81

parent 6731815a
No related branches found
No related tags found
No related merge requests found
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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment