stdafx.h

#pragma once


#include <iostream>
#include <cmath>
#include <vector>
#include <fstream>
#include <sstream>
#include <algorithm>
#include "testing.h"
#include <memory>
#include <cstring>

#ifdef __unix__
#include <tr1/memory> // On Unix shared_ptr is in <tr1/memory>
#endif