nix-overlay/pkgs/development/python-modules/bpy/blender-fix-boost-1.81-iostream.patch

10 lines
217 B
Diff

--- a/intern/locale/boost_locale_wrapper.cpp
+++ b/intern/locale/boost_locale_wrapper.cpp
@@ -7,6 +7,7 @@
#include <boost/locale.hpp>
#include <stdio.h>
+#include <iostream>
#include "boost_locale_wrapper.h"