Source/encrypt.cpp: add missing header to fix mingw compilation error

This commit is contained in:
jmechnich 2021-07-12 11:09:49 +02:00 committed by Anders Jenbo
commit c1f68198fc

View file

@ -4,6 +4,7 @@
* Implementation of functions for compression and decompressing MPQ data.
*/
#include <SDL.h>
#include <cctype>
#include <memory>
#include "encrypt.h"