Add missing include
This commit is contained in:
parent
b5681984cd
commit
56d27400ac
|
@ -1,6 +1,8 @@
|
|||
#ifndef WINDOW_MANAGER_PRIVATE_H
|
||||
#define WINDOW_MANAGER_PRIVATE_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "geometry.h"
|
||||
|
||||
namespace fallout {
|
||||
|
|
Loading…
Reference in New Issue