Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
minor fix in header
Browse files Browse the repository at this point in the history
  • Loading branch information
SaptakBhoumik committed Dec 10, 2022
1 parent c8bc4de commit f25f99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dictionary.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef __PEREGRINE__STR__
#define __PEREGRINE__STR__
#ifndef __PEREGRINE__DICT__
#define __PEREGRINE__DICT__
//TODO: Use peregrine exception instead of c++ throw
#include "list.hpp"
namespace Peregrine{
Expand Down

0 comments on commit f25f99c

Please sign in to comment.