1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Add missing include for std::string

This commit is contained in:
Mathieu Schroeter 2017-07-30 00:17:35 +02:00
parent 6f4415b4b8
commit 512bf0d6f6

View File

@ -2,6 +2,7 @@
#pragma once
#include <unordered_map>
#include <string>
#include <SDL2/SDL.h>
#include "blupi.h"