Skip to content

Commit

Permalink
Fixing Linux 32x :<
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Mar 3, 2024
1 parent 88127b2 commit e3a261f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
#include <GarrysMod/FactoryLoader.hpp>
#include <GarrysMod/Lua/Interface.h>
#include "GameEventListener.h"
#ifdef ARCHITECTURE_X86
#include "KeyValues.h"
#else
#include "keyvalues.h"
#endif
#include "filesystem.h"
#include "utlbuffer.h"
#include "util.h"
Expand Down

0 comments on commit e3a261f

Please sign in to comment.