1
1

Added missing header include of 'cctypes.h' for function 'tolower()'

This commit was SVN r20653.
Этот коммит содержится в:
Matthias Jurenz 2009-02-27 14:47:46 +00:00
родитель b8ffa302da
Коммит dfb95c0cd7
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -227,9 +227,11 @@
- enhancement to OPARI (see tools/opari/ChangeLog:14,15)
5.4.7
- fixed faulty timer selection in configure
(the cycle counter timer is not available on all Linux platforms)
- added configure check for header file 'asm/intrinsics.h' and
definition of '_IA64_REG_AR_ITC' which are required to use the
ITC timer on IA64/Linux
- fixed faulty timer selection in configure
- fixed compile error on RedHat/CentOS due to missing header include
of 'cctype.h' in the sources of 'vtunify'

Просмотреть файл

@ -16,6 +16,7 @@
#include "vt_inttypes.h"
#include <algorithm>
#include <cctype>
#include <map>
#include <string>
#include <vector>