mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-12 04:14:05 +00:00
dialogue.cpp: fix build error "‘bind’ is not a member of ‘boost‘"
/var/tmp/portage/games-rpg/openmw-9999/work/openmw-9999/apps/openmw/mwgui/dialogue.cpp: In constructor ‘MWGui::DialogueWindow::DialogueWindow()’: /var/tmp/portage/games-rpg/openmw-9999/work/openmw-9999/apps/openmw/mwgui/dialogue.cpp:271:44: error: ‘bind’ is not a member of ‘boost’
This commit is contained in:
parent
5d4c311de7
commit
f0482dd796
@ -1,5 +1,6 @@
|
||||
#include "dialogue.hpp"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user