Fix compilation on Windows.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2020-01-04 18:40:44 -04:00
parent 5f9b5a21d0
commit 3161eea919
+2 -1
View File
@@ -21,6 +21,7 @@
#ifndef LOVE_VARIANT_H
#define LOVE_VARIANT_H
#include "common/config.h"
#include "common/runtime.h"
#include "common/Object.h"
#include "common/int.h"
@@ -33,7 +34,7 @@
namespace love
{
class Variant
class LOVE_EXPORT Variant
{
public: