diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-07-17 14:05:10 -0700 |
| commit | 378e94090f5fb61b6c1e35b99e597dfca61ef7a9 (patch) | |
| tree | c8a8e2f0b278b46150315db09e603633f2e48aab /bp.c | |
| parent | 0f059615786dcdeb436f7d570a6bb3fa2e621eb6 (diff) | |
Factored debug visualization into its own file
Diffstat (limited to 'bp.c')
| -rw-r--r-- | bp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #include "files.h" #include "json.h" #include "match.h" +#include "matchviz.h" #include "pattern.h" #include "print.h" #include "utils.h" |
