diff options
author | Tom Tromey <tom@tromey.com> | 2018-03-27 08:55:13 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-03-27 08:55:13 -0600 |
commit | 608219fb2917d407058952adf164eb616880662b (patch) | |
tree | 39a98fc54c13e10a57a1a89ff0019c80bf4db891 /gdb/extension.h | |
parent | 3fcded8f30b6b0c1930d4f82914476315027aa2e (diff) | |
download | gdb-608219fb2917d407058952adf164eb616880662b.zip gdb-608219fb2917d407058952adf164eb616880662b.tar.gz gdb-608219fb2917d407058952adf164eb616880662b.tar.bz2 |
Include <cmath> in dwarf-index-write.c
On x86-64 Fedora 26, when building with the system gcc, I get:
../../binutils-gdb/gdb/dwarf-index-write.c: In member function ‘void debug_names::build()’:
../../binutils-gdb/gdb/dwarf-index-write.c:705:13: error: ‘pow’ is not a member of ‘std’
There are actually more messages, but this is sufficient to show the
problem.
The fix is to include <cmath>.
I'm checking this in as obvious. Tested by building.
gdb/ChangeLog
2018-03-27 Tom Tromey <tom@tromey.com>
* dwarf-index-write.c: Include <cmath>.
Diffstat (limited to 'gdb/extension.h')
0 files changed, 0 insertions, 0 deletions