Forward declare LabImage

This commit is contained in:
Ingo Weyrich
2019-10-28 17:17:15 +01:00
parent eaf0eeff4e
commit 22e5348db7
24 changed files with 24 additions and 6 deletions

View File

@@ -16,8 +16,9 @@
* You should have received a copy of the GNU General Public License
* along with RawTherapee. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _LABIMAGE_H_
#define _LABIMAGE_H_
#pragma once
#include <cstring>
namespace rtengine
{
@@ -45,4 +46,3 @@ public:
};
}
#endif