Skip to content

Commit

Permalink
Fix compilation error pre-2008
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasVik committed Mar 4, 2024
1 parent 52de8d0 commit 6a98283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/vhdl/data_types/src/queue_pkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use ieee.std_logic_1164.all;

use work.codec_builder_pkg.all;
use work.codec_pkg.all;
use work.data_types_private_pkg.data_type_t;
use work.data_types_private_pkg.all;
use work.integer_array_pkg.integer_array_t;
use work.integer_array_pkg.null_integer_array;
use work.integer_vector_ptr_pkg.all;
Expand Down

0 comments on commit 6a98283

Please sign in to comment.