Add types.h to a bunch of files

This commit is contained in:
Akkadius
2015-01-19 04:02:45 -06:00
parent 89b16512d5
commit 045125d328
9 changed files with 15 additions and 6 deletions
+2 -1
View File
@@ -23,8 +23,9 @@
#ifndef SEPERATOR_H
#define SEPERATOR_H
#include <string.h>
#include "types.h"
#include <stdlib.h>
#include <string.h>
class Seperator
{