schema_builder: Add missing include

This commit is contained in:
Tomasz Grabiec
2015-06-25 18:44:04 +02:00
parent ac333f04e2
commit f444f88dbe

View File

@@ -5,6 +5,7 @@
#pragma once
#include "schema.hh"
#include "database_fwd.hh"
struct schema_builder {
schema::raw_schema _raw;