| Index: runtime/embedders/openglui/common/isized.h
|
| ===================================================================
|
| --- runtime/embedders/openglui/common/isized.h (revision 17737)
|
| +++ runtime/embedders/openglui/common/isized.h (working copy)
|
| @@ -5,6 +5,8 @@
|
| #ifndef EMBEDDERS_OPENGLUI_COMMON_ISIZED_H_
|
| #define EMBEDDERS_OPENGLUI_COMMON_ISIZED_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| // An interface for objects that have a size. VMGlue needs the window
|
| // size when calling setup() (and eventually resize()) but it does not
|
| // need to know anything else about the window, so we use this interface.
|
|
|