Spicy
visitor.h
1 // Copyright (c) 2020-2021 by the Zeek Project. See LICENSE for details.
2 
3 #pragma once
4 
5 #include <utility>
6 #include <vector>
7 
8 #include <spicy/autogen/__dispatchers.h>
9 
10 #include <hilti/ast/all.h>
11 #include <hilti/base/timing.h>
12 #include <hilti/base/visitor.h>