Explorar o código

Merge pull request #1899 from wwylele/hid-cmath

HID: add missing header
bunnei %!s(int64=10) %!d(string=hai) anos
pai
achega
e74d322724
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/hle/service/hid/hid.cpp

+ 2 - 0
src/core/hle/service/hid/hid.cpp

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <cmath>
+
 #include "common/logging/log.h"
 #include "common/emu_window.h"