Skip to content

Commit

Permalink
Merge pull request #6 from icanvardar/feat/#2-bitmask
Browse files Browse the repository at this point in the history
Add Missing Import
  • Loading branch information
icanvardar authored Jul 26, 2024
2 parents dd6b379 + bfed70e commit 133480f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gasgnome.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
pragma solidity 0.8.26;

import "./libraries/StorageLib.sol";
import "./libraries/BitmaskLib.sol";

library Gasgnome {
string internal constant AUTHOR = "https://github.com/icanvardar";
Expand Down

0 comments on commit 133480f

Please sign in to comment.