浏览代码

hid: add missing header

wwylele 10 年之前
父节点
当前提交
43183db51f
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 // Refer to the license.txt file included.
 
 
+#include <cmath>
+
 #include "common/logging/log.h"
 #include "common/logging/log.h"
 #include "common/emu_window.h"
 #include "common/emu_window.h"