#include <Common/Compat.h>
#include "CompressorFactory.h"
#include <Common/Logger.h>
#include <Hypertable/Lib/BlockCompressionCodecBmz.h>
#include <Hypertable/Lib/BlockCompressionCodecNone.h>
#include <Hypertable/Lib/BlockCompressionCodecZlib.h>
#include <Hypertable/Lib/BlockCompressionCodecLzo.h>
#include <Hypertable/Lib/BlockCompressionCodecQuicklz.h>
#include <Hypertable/Lib/BlockCompressionCodecSnappy.h>
#include <boost/algorithm/string.hpp>