[porthole] added missing include

This commit is contained in:
Geoffrey McRae 2019-11-12 15:50:12 +11:00
parent 76007092d5
commit 416c4bbb48
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
B1-41-g453b8e6a4d+1
B1-42-g76007092d5+1

View File

@ -21,6 +21,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include "common/objectlist.h"
#include "common/debug.h"
#include "../types.h"
#include "../phmsg.h"
#include <assert.h>