Skip to content

Commit

Permalink
Fix the macroguard on resolve.hpp (#94)
Browse files Browse the repository at this point in the history
Resolves macroguard was incorrect
  • Loading branch information
TrentHouliston authored Sep 28, 2023
1 parent ca947ad commit b584fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/network/resolve.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

#ifndef UTILITY_NETWORK_RESOLVE_HPP
#define UTILITY_NETWORK_RESOLVE_HPP
#ifndef NUCLEAR_UTIL_NETWORK_RESOLVE_HPP
#define NUCLEAR_UTIL_NETWORK_RESOLVE_HPP

#include <string>

Expand Down Expand Up @@ -49,4 +49,4 @@ namespace util {
} // namespace util
} // namespace NUClear

#endif // UTILITY_NETWORK_RESOLVE_HPP
#endif // NUCLEAR_UTIL_NETWORK_RESOLVE_HPP

0 comments on commit b584fa4

Please sign in to comment.