tests: Add missing include to sstable_test.hh

Broken by 320ff132f8.
This commit is contained in:
Tomasz Grabiec
2015-09-09 12:35:59 +02:00
parent 882f231ef2
commit 7fb0806ba2

View File

@@ -1,6 +1,7 @@
#pragma once
#include "sstables/sstables.hh"
#include "database.hh"
#include "schema.hh"
#include "schema_builder.hh"
#include "core/thread.hh"