Skip to content

Commit

Permalink
color.h is serverside only
Browse files Browse the repository at this point in the history
  • Loading branch information
dankmolot committed Dec 7, 2024
1 parent f7c91d0 commit d27c23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/global.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

#include <GarrysMod/Lua/LuaInterface.h>
#include <Platform.hpp>
#include <color.h>

#if IS_SERVERSIDE
#include <color.h>
#include <unordered_set>
#else
struct Color {
Expand Down

0 comments on commit d27c23b

Please sign in to comment.