Commit 4ce5842c73b7450ac5a3c618dba84215aa274e21

Authored by 김태훈
1 parent fb200c9f18
Exists in master and in 2 other branches fhd, fhd-demo

데이터 뷰어 컴파일 오류 수정

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/gui/packet/mainwindow.h
... ... @@ -4,7 +4,7 @@
4 4 #include <QMainWindow>
5 5 #include <QUdpSocket>
6 6  
7   -#include "../oven_control/all_share.h"
  7 +#include "../../app-prime-modbus/include/all_share.h"
8 8  
9 9 namespace Ui {
10 10 class MainWindow;
... ...