Skip to content

Commit

Permalink
items_test.cpp: add missing <climits> include
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Dec 10, 2024
1 parent ac14530 commit c70b9ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/items_test.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#include <gtest/gtest.h>
#include <climits>
#include <random>

#include <gtest/gtest.h>

#include "engine/random.hpp"
#include "items.h"
#include "player.h"
Expand Down

0 comments on commit c70b9ed

Please sign in to comment.