faction.cpp linux build fix

This commit is contained in:
Akkadius 2014-12-15 22:04:39 -06:00
parent 20200fd028
commit edec2ad24c
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,8 @@
#include "faction.h"
#include "races.h"
#include <string>
const char *FactionValueToString(FACTION_VALUE fv)
{
switch (fv) {

View File

@ -15,6 +15,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "../common/debug.h"
#include "misc_functions.h"
#include "guilds.h"