Commit abd16784 authored by rassweiler's avatar rassweiler
Browse files

Update OISConsole.cpp

Fixed missing include for std::min in console demo
parent c546989f
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
#include <iostream> #include <iostream>
#include <vector> #include <vector>
#include <sstream> #include <sstream>
#include <algorithm>
////////////////////////////////////Needed Windows Headers//////////// ////////////////////////////////////Needed Windows Headers////////////
#if defined OIS_WIN32_PLATFORM #if defined OIS_WIN32_PLATFORM
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment