Play-/tools/AutoTest/StdAfx.h

19 lines
259 B
C
Raw Permalink Normal View History

#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <string>
#include <vector>
#include <list>
#include <map>
#include <set>
#include <functional>
#include <memory>
2019-08-26 13:16:36 -04:00
#include "signal/Signal.h"
#include "Types.h"
#include "Stream.h"
#include "xml/Node.h"
#endif