Files
wagic/thirdparty/zipFS/stdafx.h
2015-09-26 21:52:07 +02:00

21 lines
408 B
C++

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
// Standard headers
#include <algorithm>
#include <cassert>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <map>
#include <string>
#include <vector>
//#include "stdint.h"
#include <stdint.h>