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

Add missing header for execv

This commit is contained in:
Mathieu Schroeter 2018-07-02 22:03:52 +02:00
parent 652e6b81e3
commit 965a93e0cc

View File

@ -29,6 +29,7 @@
#include <string>
#include <thread>
#include <vector>
#include <unistd.h>
#include <SDL2/SDL_image.h>
#include <argagg/argagg.hpp>