Source/encrypt.cpp: add missing header to fix mingw compilation error
This commit is contained in:
parent
a709790c82
commit
c1f68198fc
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
* Implementation of functions for compression and decompressing MPQ data.
|
||||
*/
|
||||
#include <SDL.h>
|
||||
#include <cctype>
|
||||
#include <memory>
|
||||
|
||||
#include "encrypt.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue