Include what we use.

This commit is contained in:
John Ralls 2020-04-04 13:10:19 -07:00
parent 25b717d47a
commit 01c0fe2364
2 changed files with 2 additions and 0 deletions

View File

@ -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>;