Skip to content

Commit

Permalink
Added missing cmath include.
Browse files Browse the repository at this point in the history
  • Loading branch information
binary1248 committed Aug 5, 2015
1 parent fa8f191 commit e8946c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/OpenGL.cpp
Expand Up @@ -3,6 +3,7 @@

#include <SFML/Graphics.hpp>
#include <SFML/OpenGL.hpp>
#include <cmath>

int main() {
// An sf::Window for raw OpenGL rendering.
Expand Down

0 comments on commit e8946c4

Please sign in to comment.