Fix broken build.
This commit is contained in:
parent
39c7024f12
commit
1e013274c2
|
@ -49,6 +49,10 @@
|
|||
#include <bitset>
|
||||
#include <vector>
|
||||
|
||||
|
||||
static DIALOG_NET_INSPECTOR::SETTINGS g_settings;
|
||||
|
||||
|
||||
enum class CSV_COLUMN_DESC : int
|
||||
{
|
||||
CSV_NONE = 0,
|
||||
|
|
Loading…
Reference in New Issue