gdbsupport: include preprocessor.h in common-debug.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Apr 2021 18:03:30 +0000 (14:03 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Fri, 23 Apr 2021 18:03:39 +0000 (14:03 -0400)
commit4d6840c33529db663d7ccc231ba43c0a16320f51
treeb846bb42676e7de327f3143b308e0eec0a974e2f
parentf5e98b7d675230fdfee794afa5ebae1fbc2893a2
gdbsupport: include preprocessor.h in common-debug.h

While doing some changes, some code failed to compile because it used
the scoped_debug_start_end macro, but couldn't find the CONCAT macro.
Fix that by making common-debug.h include preprocessor.h, the header
file that provides CONCAT.

gdbsupport/ChangeLog:

* common-debug.h: Include preprocessor.h.

Change-Id: Ibf863a932a18cba9a57b4bd72df538ef52d39127
gdbsupport/ChangeLog
gdbsupport/common-debug.h
This page took 0.027688 seconds and 4 git commands to generate.