Skip to content

Commit

Permalink
Add missing include in Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Aug 6, 2023
1 parent 87a778e commit 688d776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Client/loader/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#if defined(MTA_DEBUG)
#include "SharedUtil.Tests.hpp"
#endif
#include <version.h>

///////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion Client/loader/MainFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "Utils.h"
#include "Dialogs.h"
#include "D3DStuff.h"
#include "version.h"
#include <version.h>
#include <array>
#include <locale.h>

Expand Down

0 comments on commit 688d776

Please sign in to comment.