瀏覽代碼

Follow up 77fec5825e76c2380405d9d49ab1581148dd34d5
* Fixed missing reference for `sort` & `find_if`

Cydh Ramdh 7 年之前
父節點
當前提交
dc0512a3b8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/map/tax.cpp

+ 1 - 0
src/map/tax.cpp

@@ -3,6 +3,7 @@
 
 #include "tax.hpp"
 
+#include <algorithm>
 #include <string.h>
 #include <yaml-cpp/yaml.h>