Skip to content

Commit

Permalink
PINK: fix include statement
Browse files Browse the repository at this point in the history
  • Loading branch information
voltya authored and sev- committed Jun 28, 2018
1 parent 3143cc3 commit 25a9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/pink/objects/pages/pda_page.h
Expand Up @@ -23,7 +23,7 @@
#ifndef PINK_PDA_PAGE_H
#define PINK_PDA_PAGE_H

#include "page.h"
#include "pink/objects/pages/page.h"

namespace Pink {

Expand Down

0 comments on commit 25a9e09

Please sign in to comment.