mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Fix compilation on Windows.
--HG-- branch : minor
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user