add missing header

This commit is contained in:
Christopher Mosher 2019-01-22 09:57:37 -05:00
parent fd88a93aa8
commit 090080a117
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <fstream>
#include <iostream>
#include <cstdlib>
#include <cstring>
#include <SDL2/SDL_audio.h>
#include <SDL2/SDL_log.h>
#include "tinyfiledialogs.h"