소스 검색

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>