Skip to content

Commit

Permalink
[ntcore] LocalStorageImpl: Add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Oct 22, 2024
1 parent 92e0fb7 commit ec5098e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ntcore/src/main/native/cpp/local/LocalStorageImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@

#include "LocalStorageImpl.h"

#include <memory>
#include <string_view>
#include <utility>
#include <vector>

#include <fmt/format.h>
#include <fmt/ranges.h>
Expand Down
1 change: 1 addition & 0 deletions ntcore/src/main/native/cpp/local/LocalStorageImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#pragma once

#include <concepts>
#include <memory>
#include <string_view>

#include <wpi/DenseMap.h>
Expand Down

0 comments on commit ec5098e

Please sign in to comment.