Skip to content

Commit

Permalink
timeest: Fill missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
povik committed May 31, 2024
1 parent eac2411 commit 918d8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions passes/cmds/timeest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "kernel/mem.h"

#include <assert.h>
#include <limits>

USING_YOSYS_NAMESPACE
template<> struct hash_ops<AigNode *> : hash_ptr_ops {};

Check failure on line 31 in passes/cmds/timeest.cc

View workflow job for this annotation

GitHub Actions / test-compile (ubuntu-latest, gcc-10)

explicit specialization of ‘template<class T> struct Yosys::hashlib::hash_ops’ outside its namespace must use a nested-name-specifier [-fpermissive]

Check failure on line 31 in passes/cmds/timeest.cc

View workflow job for this annotation

GitHub Actions / test-compile (ubuntu-latest, gcc)

explicit specialization of ‘template<class T> struct Yosys::hashlib::hash_ops’ outside its namespace must use a nested-name-specifier [-fpermissive]
Expand Down

0 comments on commit 918d8a3

Please sign in to comment.