Commit 8a2b95ecf6157c83abed5e6fb1a5ac041779fe2d

Authored by Erickson Silva
1 parent db2a47ab
Exists in master and in 1 other branch devel

Adiciona '<unistd.h>' no renderer.h

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
renderer/src/include/renderer.h
... ... @@ -8,6 +8,7 @@
8 8 #include <list>
9 9 #include <sstream>
10 10 #include <iostream>
  11 +#include <unistd.h>
11 12 #include <stdint.h>
12 13 #include "listenerRenderer.h"
13 14 #include <lavidlib/net/StreamSocket.h>
... ...