Skip to content

Commit

Permalink
Fix imports in wrappers.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Sep 5, 2022
1 parent c48c0d2 commit 3e2a111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wrappers.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using CEnum
using cif_api_jll
using CEnum: @cenum
using cif_api_jll: libcif

mutable struct cif_container_s end

Expand Down

0 comments on commit 3e2a111

Please sign in to comment.