Commit b8c0b492fefc305640ae2189ca44b6e28da2d734

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

GUI V0.1.8 (이 버전으로 배포)

- 컴파일 오류 수정
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
app/gui/oven_control/main.cpp
... ... @@ -2,6 +2,7 @@
2 2 #include "oven.h"
3 3 #include "ovencontroller.h"
4 4 #include "udphandler.h"
  5 +#include "ovenstatics.h"
5 6 #include <QApplication>
6 7  
7 8 int main(int argc, char *argv[])
... ...