Browse Source

Merge pull request #1048 from AJenbo/MSVC

Fix compiler issue
pull/90/head^2^2
Robin Eklind 7 years ago committed by GitHub
parent
commit
8a9e7d7ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Source/list.h
  2. 4
      Source/msgcmd.cpp

4
Source/list.h

@ -2,10 +2,6 @@
* based on https://github.com/webcoyote/coho/blob/master/Base/List.h
*/
#include <new> // for placement new
#include <stddef.h> // for offsetof
#include <typeinfo> // for typeid
#include "../3rdParty/Storm/Source/storm.h"
#ifdef _MSC_VER

4
Source/msgcmd.cpp

@ -1,3 +1,7 @@
#include <new> // for placement new
#include <stddef.h> // for offsetof
#include <typeinfo> // for typeid
#include "diablo.h"
#include "list.h"

Loading…
Cancel
Save