Skip to content

Commit

Permalink
Fix missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Nov 9, 2023
1 parent bb99ff4 commit 21d8b93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/extractor/loadlib/loadlib.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#define _CRT_SECURE_NO_DEPRECATE

#include <cstdint>
#include <stdio.h>

#include "loadlib.h"
#include "../mpq_libmpq.h"

#include <stdio.h>

class MPQFile;

FileLoader::FileLoader()
Expand Down

0 comments on commit 21d8b93

Please sign in to comment.