Fixing missing include
This commit is contained in:
parent
c7f1c233ca
commit
501efec81e
|
@ -4,6 +4,7 @@
|
|||
#include "jaffarCommon/logger.hpp"
|
||||
#include "jaffarCommon/serializers/contiguous.hpp"
|
||||
#include "jaffarCommon/serializers/differential.hpp"
|
||||
#include "jaffarCommon/deserializers/base.hpp"
|
||||
|
||||
// Size of image generated in graphics buffer
|
||||
static const uint16_t image_width = 256;
|
||||
|
|
Loading…
Reference in New Issue