Euphoria
pch.public.h
Go to the documentation of this file.
1 // public header file for the precompiled header
2 
3 // todo(Gustav): why is ostream and sstream part of the pch?
4 #include <ostream>
5 #include <sstream>
6 
7 // todo(Gustav): add unordered map?
8 #include <string>
9 #include <vector>
10 #include <optional>