본문 바로가기
카테고리 없음

[기타] std::max 에러

by 나스닥171819 2019. 3. 6.
728x90
반응형

Error C2039: 'max' : is not a member of 'std'


std::max 에러는



#include <algorithm>


를 추가한다.

반응형