Browse Source

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

pull/2374/head
jmechnich 5 years ago committed by Anders Jenbo
parent
commit
c1f68198fc
  1. 1
      Source/encrypt.cpp

1
Source/encrypt.cpp

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

Loading…
Cancel
Save