Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
This commit is contained in:
@@ -28,12 +28,15 @@
|
||||
#ifndef _ZT_BUFFER_HPP
|
||||
#define _ZT_BUFFER_HPP
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <utility>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "Constants.hpp"
|
||||
#include "Utils.hpp"
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
Reference in New Issue
Block a user