Include <functional> for std::plus and std::minus.

Fixes: similar/main/kconfig.cpp:81:12: error: no member named 'plus' in namespace 'std'
Fixes: similar/main/kconfig.cpp:82:12: error: no member named 'minus' in namespace 'std'

[Kp: fixed commit formatting.  Git style says line 2 is always blank.]
This commit is contained in:
Bradley Bell 2015-04-29 03:34:37 -07:00 committed by Kp
parent 9dc22b1ee6
commit 630206275d

View file

@ -31,6 +31,7 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED.
#include <ctype.h>
#include <cstddef>
#include <stdexcept>
#include <functional>
#include "dxxerror.h"
#include "pstypes.h"