diff options
Diffstat (limited to 'gdb/complaints.c')
-rw-r--r-- | gdb/complaints.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/complaints.c b/gdb/complaints.c index c5b5471..b142207 100644 --- a/gdb/complaints.c +++ b/gdb/complaints.c @@ -18,10 +18,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "complaints.h" + +/* Standard C++ includes. */ +#include <unordered_map> + +/* Local non-gdb includes. */ #include "command.h" +#include "complaints.h" #include "gdbcmd.h" -#include <unordered_map> /* Map format strings to counters. */ |