Skip to content

Commit

Permalink
+ missed <limits> for std::numeric_limits
Browse files Browse the repository at this point in the history
W/o <limits> this file might not be compiled in some environments, depending on the order of compilation.
  • Loading branch information
al-mission-2016 authored and eXpl0it3r committed Apr 16, 2022
1 parent 5c29f3f commit 8347159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SFGUI/ComboBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#include <SFML/System/String.hpp>
#include <SFML/Window/Event.hpp>

#include <limits>

namespace sfg {

// Signals.
Expand Down

0 comments on commit 8347159

Please sign in to comment.