Fix compile: missing include in plugins/manipulator.cpp.

develop
expwnent 2015-03-24 12:25:50 -04:00
parent eeb73462e5
commit 4fac0aff0d
1 changed files with 1 additions and 0 deletions

@ -14,6 +14,7 @@
#include <string>
#include <set>
#include <algorithm>
#include <tuple>
#include <VTableInterpose.h>
#include "df/world.h"