Skip to content

Moving #include taintdag/labels.h cases syntax errors #6539

@surovic

Description

@surovic

Moving #include taintdag/labels.h in here like

#include <catch2/catch.hpp>

#include "taintdag/outputfile.h"
#include "taintdag/section.h"
#include "taintdag/storage.h"
#include "taintdag/string_table.h"
#include "taintdag/taint_source.h"
#include "taintdag/labels.h"

to

#include <catch2/catch.hpp>

#include "taintdag/labels.h"
#include "taintdag/outputfile.h"
#include "taintdag/section.h"
#include "taintdag/storage.h"
#include "taintdag/string_table.h"
#include "taintdag/taint_source.h"

causes syntax errors. Maybe due missing dependencies in taintdag/labels.h ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions