From 0284e1491a93de3fec7b53775a520e3122c81bcb Mon Sep 17 00:00:00 2001
From: clc5q <clc5q@git.zephyr-software.com>
Date: Mon, 28 Aug 2017 17:11:06 +0000
Subject: [PATCH] Fix the fix for Ubuntu 17.

Former-commit-id: c666dec9386cfbb826f542af882c40d96ba265d9
---
 src/interfaces/idapro/STARSFunction.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interfaces/idapro/STARSFunction.cpp b/src/interfaces/idapro/STARSFunction.cpp
index 01bdb7d8..66c5a291 100644
--- a/src/interfaces/idapro/STARSFunction.cpp
+++ b/src/interfaces/idapro/STARSFunction.cpp
@@ -1,7 +1,6 @@
 
 #include <list>
 
-#include <pro.h>
 // #include "interfaces/STARSTypes.h"
 #include "interfaces/SMPDBInterface.h"
 #include "interfaces/STARSIDATypes.h"
@@ -13,6 +12,7 @@
 #include "base/SMPFunction.h"
 #include "base/SMPProgram.h"
 
+#include <pro.h>
 #include <area.hpp>
 #include <funcs.hpp>
 #include <struct.hpp>
-- 
GitLab