blob: 9e98a7f0ca97706f6f5507a32a2dbab2ff242e23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- kernel/driver.cc.orig 2025-09-04 06:00:38 UTC
+++ kernel/driver.cc
@@ -21,7 +21,7 @@
#include "kernel/hashlib.h"
#include "libs/sha1/sha1.h"
#define CXXOPTS_VECTOR_DELIMITER '\0'
-#include "libs/cxxopts/include/cxxopts.hpp"
+#include <cxxopts.hpp>
#include <iostream>
#ifdef YOSYS_ENABLE_READLINE
|