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>
11
12#include "log/log.h"
13#include "assert/assert.h"
14
15#include "base/feature_flags.h"
16#include "base/ints.h"