forked from teamnwah/openmw-tes3coop
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 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "dialogue.hpp"
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
|
Loading…
Reference in a new issue