Add missing include to vertex.h;

This commit is contained in:
bjorn 2018-01-31 22:31:43 -08:00
parent 9ec2db57a6
commit ef9c4b782d
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include <stdlib.h>
#include <stdint.h>
#pragma once