windows packaging and CMake adjustments

This commit is contained in:
Jack Andersen
2015-07-10 13:44:31 -10:00
parent 4f8df65a3d
commit 55adeec69c
10 changed files with 63 additions and 28 deletions

View File

@@ -1,9 +1,10 @@
#ifndef MEMORYWRITER_HPP
#define MEMORYWRITER_HPP
#include "Athena/IStreamWriter.hpp"
#include <string>
#include <memory>
#include <functional>
#include "Athena/IStreamWriter.hpp"
namespace Athena
{