Fix Linux build
This commit is contained in:
parent
36cf2dd54b
commit
314f3852a3
|
@ -17,6 +17,7 @@
|
|||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include "WireCmd.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
namespace nxt {
|
||||
|
|
Loading…
Reference in New Issue