Fix for compile failure in deity.h - Thanks V! (I should write a book on gcc:vs differences..I have found almost all of them...)

This commit is contained in:
Uleat 2013-10-30 03:49:32 -04:00
parent 08706055af
commit 1f0e263b6e

View File

@ -18,7 +18,7 @@
#ifndef DEITY_H #ifndef DEITY_H
#define DEITY_H #define DEITY_H
#include "..\common\types.h" #include "types.h"
#include <string> #include <string>
// NOTE: This code is not fully implemented since there are no references in the existing code // NOTE: This code is not fully implemented since there are no references in the existing code