Device Emulation (contd.): Fix build break due to case typo

This commit is contained in:
Srivats P 2016-03-02 21:41:56 +05:30
parent a5fd26792e
commit 2d8510cd3a

View File

@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
#define _IP6_EDIT_H
#include "ipv6addressvalidator.h"
#include "UInt128.h"
#include "uint128.h"
#include <QHostAddress>
#include <QLineEdit>