Fix #7670 Include header for types instead of common.h

This commit is contained in:
Hielke Morsink 2018-06-21 01:07:44 +02:00
parent 5e0aa9039f
commit 02ce0b0b88
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#ifndef _DIAGNOSTIC_H_
#define _DIAGNOSTIC_H_
#include "common.h"
#include <cstdint>
enum DIAGNOSTIC_LEVEL {
DIAGNOSTIC_LEVEL_FATAL,