Browse Source

Fix compilation on Windows.

--HG--
branch : minor
Alex Szpakowski 5 years ago
parent
commit
3161eea919
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/common/Variant.h

+ 2 - 1
src/common/Variant.h

@@ -21,6 +21,7 @@
 #ifndef LOVE_VARIANT_H
 #ifndef LOVE_VARIANT_H
 #define LOVE_VARIANT_H
 #define LOVE_VARIANT_H
 
 
+#include "common/config.h"
 #include "common/runtime.h"
 #include "common/runtime.h"
 #include "common/Object.h"
 #include "common/Object.h"
 #include "common/int.h"
 #include "common/int.h"
@@ -33,7 +34,7 @@
 namespace love
 namespace love
 {
 {
 
 
-class Variant
+class LOVE_EXPORT Variant
 {
 {
 public:
 public: