Include cstddef for NULL definition

pull/399/head
Hleb Valoshka 2019-09-10 21:08:03 +03:00
parent 3b332e606c
commit 30a1e07a25
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#ifndef _CELENGINE_FRAMETREE_H_
#define _CELENGINE_FRAMETREE_H_
#include <cstddef>
#include <vector>
class Star;