mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Include what we use.
This commit is contained in:
parent
25b717d47a
commit
01c0fe2364
@ -24,8 +24,10 @@
|
||||
#ifndef GNC_OPTION_UI_HPP_
|
||||
#define GNC_OPTION_UI_HPP_
|
||||
|
||||
#include <memory>
|
||||
#include "gnc-option-uitype.hpp"
|
||||
|
||||
class GncOption;
|
||||
class GncOptionUIItem;
|
||||
using GncOptionUIItemPtr = std::unique_ptr<GncOptionUIItem>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user