Skip to content

Commit

Permalink
GRAPHICS: Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Apr 25, 2014
1 parent c51fc37 commit eaf0d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/indexbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/

#include <cstdlib>
#include <cstring>

#include "graphics/indexbuffer.h"

Expand Down
1 change: 1 addition & 0 deletions src/graphics/vertexbuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/

#include <cstdlib>
#include <cstring>

#include "graphics/vertexbuffer.h"

Expand Down

0 comments on commit eaf0d13

Please sign in to comment.