Commit 7c31a772 authored by Marshall Pierce's avatar Marshall Pierce
Browse files

use #include instead of #import

parent 766f7be1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// This sends a firmware file to the drive

#include <stdio.h>
#import <fstream>
#include <fstream>

#include "protobufutil/message_stream.h"