Build: Common include file renamed

This commit is contained in:
Paul Beckingham 2016-02-06 12:21:38 -05:00
parent eaab265de2
commit 3a9772ed37
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <Grammar.h>
#include <Lexer.h>
#include <common.h>
#include <format.h>
#include <iostream>
#include <sstream>

View file

@ -30,6 +30,7 @@
#include <Table.h>
#include <Color.h>
#include <common.h>
#include <format.h>
#include <iostream>
#include <sstream>