Skip to content

Commit

Permalink
fix template_util: include <utility> instead of <bits/utility.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Oct 17, 2024
1 parent d85e805 commit c292be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion translation_node/src/template_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
****************************************************************************/
#pragma once

#include <bits/utility.h>
#include <memory>
#include <utility>
#include <type_traits>
#include <vector>

/**
Expand Down

0 comments on commit c292be5

Please sign in to comment.