Skip to content

Commit

Permalink
Add a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicc committed Sep 24, 2023
1 parent ee6268e commit 2e0f031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/OpenTelemetry/Internal/Trace/Id.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ import GHC.Exts (
or#,
)
import GHC.Generics (Generic)
import GHC.Prim (word64ToWord#)
import OpenTelemetry.Trace.Id.Generator (
IdGenerator (generateSpanIdBytes, generateTraceIdBytes),
)
Expand Down

0 comments on commit 2e0f031

Please sign in to comment.