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

Add explicit include on string

This commit is contained in:
Mathieu Schroeter 2017-08-11 22:33:15 +02:00
parent 6a1f8e0cbd
commit 22087548b3

View File

@ -23,6 +23,7 @@
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include "blupi.h"
#include "button.h"