Add missing climits include

This commit is contained in:
Doug Johnson 2017-07-08 22:30:43 -06:00
parent 136cc92a66
commit 224c779554

View file

@ -2,7 +2,7 @@
****************************************************************************** ******************************************************************************
* Xenia : Xbox 360 Emulator Research Project * * Xenia : Xbox 360 Emulator Research Project *
****************************************************************************** ******************************************************************************
* Copyright 2016 Ben Vanik. All rights reserved. * * Copyright 2017 Ben Vanik. All rights reserved. *
* Released under the BSD license - see LICENSE in the root for more details. * * Released under the BSD license - see LICENSE in the root for more details. *
****************************************************************************** ******************************************************************************
*/ */
@ -12,6 +12,7 @@
#include <gflags/gflags.h> #include <gflags/gflags.h>
#include <cinttypes> #include <cinttypes>
#include <climits>
#include <mutex> #include <mutex>
#include <string> #include <string>