Fix lower_bound not found build error.

This commit is contained in:
Victor Brunini 2013-06-11 19:41:30 +00:00
parent 1c7256e702
commit e17d099b96

View file

@ -14,6 +14,8 @@
#include "cantera/base/stringUtils.h"
#include "cantera/numerics/polyfit.h"
#include <algorithm>
using namespace std;
#ifndef FTN_TRAILING_UNDERSCORE