Skip to content

Commit

Permalink
Fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Oct 17, 2023
1 parent c3d70d0 commit b2ec02f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "importprogress.h"
#include "helper/container_helpers.hpp"
#include <helper/container_helpers.hpp>

using namespace admplug;

Expand Down
1 change: 1 addition & 0 deletions shared/helper/container_helpers.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <map>
#include <algorithm>

/*
Series of very basic common functions for working with containers
Expand Down

0 comments on commit b2ec02f

Please sign in to comment.