Browse Source

items_test.cpp: add missing <climits> include

pull/7583/head
Gleb Mazovetskiy 1 year ago committed by Anders Jenbo
parent
commit
6ee38cb37d
  1. 4
      test/items_test.cpp

4
test/items_test.cpp

@ -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"

Loading…
Cancel
Save