Add missing include file.
This commit is contained in:
parent
dd52700ffa
commit
9cee27e19d
|
|
@ -20,6 +20,8 @@
|
|||
#ifndef DISPLAYINFORMATION_H
|
||||
#define DISPLAYINFORMATION_H
|
||||
|
||||
#include "typedef.h"
|
||||
|
||||
typedef struct {
|
||||
int width;
|
||||
int height;
|
||||
|
|
|
|||
Loading…
Reference in New Issue