Fix building with boost >= 1.81

In boost 1.81 they no longer implicitly include <iostream> anymore.
This commit is contained in:
Sebastian Parborg 2023-01-04 15:23:26 +01:00
parent 78f28b55d3
commit 79837c5ed4
1 changed files with 1 additions and 0 deletions

View File

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